DBA Data[Home] [Help]

APPS.PQP_NL_PGGM_TEMPLATE dependencies on PAY_DB_PAY_SETUP

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

743:
744: -- ---------------------------------------------------------------------
745: -- Set session date to the start date of the PGGM Pension scheme
746: -- ---------------------------------------------------------------------
747: pay_db_pay_setup.set_session_date(NVL(p_effective_start_date, SYSDATE));
748: --
749: IF g_debug THEN
750: hr_utility.set_location('..Setting the Session Date', 15);
751: END IF;