DBA Data[Home] [Help]

APPS.PAY_RETRO_UTILS_PKG dependencies on STANDARD

Line 576: -- (standard method of getting retro_component_id)

572: p_element_type_id in number,
573: p_asg_id in number default NULL) return number IS
574:
575: -- Select the default component stored against this element type
576: -- (standard method of getting retro_component_id)
577: --
578:
579: cursor csr_get_default_id (cp_et_id in number,
580: cp_ef_date in date,

Line 625: -- The standard way of obtaining the retro-component_id is to look for

621: l_retro_comp_id number := -1;
622: l_sql varchar2(240);
623:
624: BEGIN
625: -- The standard way of obtaining the retro-component_id is to look for
626: -- the default value that has been seeded against the element_type.
627: -- If legislations require an alternate method, they can write their own
628: -- procedure, and put a row in pay_legislative pointing at it
629: --