DBA Data[Home] [Help]

APPS.PAY_NL_LIFE_SAVINGS_TEMPLATE dependencies on PAY_DB_PAY_SETUP

Line 713: pay_db_pay_setup.set_session_date(NVL(p_effective_start_date, SYSDATE));

709:
710: -- ---------------------------------------------------------------------
711: -- Set session date to the start date of the Life Savings Scheme
712: -- ---------------------------------------------------------------------
713: pay_db_pay_setup.set_session_date(NVL(p_effective_start_date, SYSDATE));
714: --
715: IF g_debug THEN
716: hr_utility.set_location('..Setting the Session Date', 15);
717: END IF;