DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SERVICE dependencies on HR_API_TRANSACTION_VALUES

Line 1709: ,hr_api_transaction_values value

1705: ,csr_p_primary_flag in varchar2
1706: ) is
1707: select step.transaction_step_id, step.activity_id
1708: from hr_api_transaction_steps step
1709: ,hr_api_transaction_values value
1710: where item_type = p_item_type
1711: and item_key = csr_p_item_key
1712: and upper(api_name) = csr_p_api_name
1713: and step.transaction_step_id = value.transaction_step_id