DBA Data[Home] [Help]

APPS.HR_SUPERVISOR_SS dependencies on HR_API_TRANSACTION_VALUES

Line 135: SELECT NULL FROM hr_api_transaction_values v

131: and t.item_key <> itemKey
132: --BUG 3648732
133: and exists
134: (
135: SELECT NULL FROM hr_api_transaction_values v
136: WHERE s.transaction_step_id+0 = v.transaction_step_id
137: AND v.name = 'P_ORGANIZATION_ID'
138: AND v.number_value = hao.organization_id
139: )