Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
How to add SQL query in where statement for creating parameters and the list of values
Summary:
Hi I need to create parameter for country can anyone help me how to write the line in where statement and list of values ,
Select PAPF.PERSON_NUMBER,
per_extract_utility.get_territory_name(paff.country) Country
from PER_ALL_PEOPLE_F PAPF
,PER_PERSON_NAMES_F PPNF
,PER_addresses_f paff
,per_person_addr_usages_f ppauf
where PAPF.PERSON_ID = PPNF.PERSON_ID
AND PPNF.NAME_TYPE = 'GLOBAL'
AND PAPF.PERSON_ID = ppauf.PERSON_ID(+)
AND ppauf.address_id = paff.address_id(+)
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Tagged:
0