DBA Data[Home] [Help]

APPS.PAY_CA_RULES dependencies on PAY_RUN_TYPES_F

Line 86: from pay_run_types_f

82: p_tax_unit_id in out nocopy number) IS
83:
84: cursor cur_run_type(cp_run_type_id in number) is
85: select substr(run_type_name,1,instr(run_type_name,' ')-1)
86: from pay_run_types_f
87: where run_type_id = cp_run_type_id;
88:
89: cursor cur_tax_unit(cp_asg_act_id in number) is
90: select segment1 T4_RL1_GRE