DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_COMMON_SAVE_WEB dependencies on HR_API

Line 2489: from hr_api_transaction_steps

2485: --
2486: cursor transaction_step is
2487: select transaction_step_id
2488: , transaction_id
2489: from hr_api_transaction_steps
2490: where item_type=p_item_type
2491: and item_key=p_item_key
2492: and api_name=p_api_name;
2493: --