DBA Data[Home] [Help]

APPS.PAY_CA_RULES dependencies on PAY_RUN_TYPES_F

Line 118: from pay_run_types_f

114: p_tax_unit_id in out nocopy number) IS
115:
116: cursor cur_run_type(cp_run_type_id in number) is
117: select substr(run_type_name,1,instr(run_type_name,' ')-1)
118: from pay_run_types_f
119: where run_type_id = cp_run_type_id;
120:
121: cursor cur_tax_unit(cp_asg_act_id in number) is
122: select segment1 T4_RL1_GRE