DBA Data[Home] [Help]

APPS.PSP_LABOR_DIST dependencies on PAY_RUN_RESULTS

Line 8923: pay_run_results prr,

8919: function get_retro_parent_element_id(p_cost_id integer) return integer is
8920: cursor retro_parent_cur is
8921: select epd.source_element_type_id
8922: from pay_entry_process_details epd,
8923: pay_run_results prr,
8924: pay_costs pc
8925: where epd.element_entry_id = prr.source_id
8926: and prr.run_result_id = pc.run_result_id
8927: and pc.cost_id = p_cost_id;