DBA Data[Home] [Help]

APPS.HR_SUPERVISOR_SS dependencies on HR_API_TRANSACTION_VALUES

Line 140: SELECT NULL FROM hr_api_transaction_values v

136: and t.item_key <> itemKey
137: --BUG 3648732
138: and exists
139: (
140: SELECT NULL FROM hr_api_transaction_values v
141: WHERE s.transaction_step_id+0 = v.transaction_step_id
142: AND v.name = 'P_ORGANIZATION_ID'
143: AND v.number_value = hao.organization_id
144: )