DBA Data[Home] [Help]

APPS.HR_MISC_WEB dependencies on HR_API_TRANSACTION_STEPS

Line 61: FROM hr_api_transaction_steps hats

57: ,p_actid in number
58: )
59: IS
60: SELECT distinct hats.transaction_id
61: FROM hr_api_transaction_steps hats
62: WHERE hats.item_type = p_item_type
63: AND hats.item_key = p_item_key
64: AND hats.activity_id = p_actid
65: ORDER by hats.transaction_id;