DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on HR_API_TRANSACTIONS

Line 1535: FROM hr_api_transactions hats

1531: SELECT hats.selected_person_id
1532: , fffv.function_name
1533: INTO l_person_id
1534: , l_function_name
1535: FROM hr_api_transactions hats
1536: , fnd_form_functions_vl fffv
1537: WHERE hats.transaction_id = p_transaction_id
1538: AND fffv.function_id = hats.function_id;
1539: EXCEPTION