DBA Data[Home] [Help]

APPS.PAY_RETRO_UTILS_PKG dependencies on STANDARD

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

602: p_element_type_id in number,
603: p_asg_id in number default NULL) return number IS
604:
605: -- Select the default component stored against this element type
606: -- (standard method of getting retro_component_id)
607: --
608:
609: cursor csr_get_default_id (cp_et_id in number,
610: cp_ef_date in date,

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

651: l_retro_comp_id number := -1;
652: l_sql varchar2(240);
653:
654: BEGIN
655: -- The standard way of obtaining the retro-component_id is to look for
656: -- the default value that has been seeded against the element_type.
657: -- If legislations require an alternate method, they can write their own
658: -- procedure, and put a row in pay_legislative pointing at it
659: --