DBA Data[Home] [Help]

APPS.HR_XML_UTIL dependencies on HR_API_TRANSACTION_STEPS

Line 424: from hr_api_transaction_steps

420: )return Primary_Key_Rec is
421: -- Cursor to fetch the PKs
422: cursor csr_hats is
423: select pk1,pk2,pk3,pk4,pk5
424: from hr_api_transaction_steps
425: where transaction_id=p_transaction_id
426: and OBJECT_TYPE = p_object_type
427: and OBJECT_NAME = p_object_name;
428: -- Number