DBA Data[Home] [Help]

APPS.PAY_LOADER_UTILS_PKG dependencies on PAY_RUN_TYPES_F

Line 1226: from pay_run_types_f prt

1222: --
1223: -- Cursor for fetching the run type id.
1224: Cursor csr_get_rt_id is
1225: select prt.run_type_id
1226: from pay_run_types_f prt
1227: where UPPER(prt.run_type_name) = UPPER(p_rt_name)
1228: and p_effective_start_date between prt.effective_start_date
1229: and prt.effective_end_date
1230: and ((p_rt_business_group_name is not null