DBA Data[Home] [Help]

APPS.PAY_CORE_UPGRADE_PKG dependencies on PAY_INTERPRETER_PKG

Line 905: pay_interpreter_pkg.prorate_start_date (

901: AND EE.effective_start_date <= PAY_ACTION.date_earned
902: AND EE.effective_end_date >= DECODE (
903: ET.proration_group_id,
904: null, PAY_ACTION.date_earned,
905: pay_interpreter_pkg.prorate_start_date (
906: ASGT_ACTION.assignment_action_id, ET.proration_group_id
907: )
908: )
909: AND ET.element_type_id = EE.element_type_id