DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on FND_FORM_FUNCTIONS_VL

Line 1536: , fnd_form_functions_vl fffv

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
1540: WHEN others THEN