DBA Data[Home] [Help]

APPS.PAY_RTU_BUS dependencies on PAY_PRT_BUS

Line 700: pay_prt_bus.return_legislation_code(p_parent_run_type_id);

696: -- code function
697: --
698: if p_run_type_usage_id is null then
699: l_derived_leg :=
700: pay_prt_bus.return_legislation_code(p_parent_run_type_id);
701: else -- p_run_type_usage_id is not null
702: l_derived_leg :=
703: pay_rtu_bus.return_legislation_code(p_run_type_usage_id);
704: end if;