DBA Data[Home] [Help]

APPS.PAY_NL_CBS_FILE dependencies on PAY_RUN_RESULTS

Line 889: from pay_run_results prr

885: and paa.assignment_action_id = p_max_assgt_act_id;
886:
887: cursor csr_run_result_id(p_assignment_action_id number, p_element_type_id number) is
888: select prr.run_result_id
889: from pay_run_results prr
890: where
891: prr.element_type_id=p_element_type_id and
892: prr.assignment_action_id=p_assignment_action_id;
893: