DBA Data[Home] [Help]

APPS.PAY_CORE_UPGRADE_PKG dependencies on STANDARD

Line 1454: where ptd.short_name = l_leg_code||'_STANDARD';

1450: --
1451: select ptd.time_definition_id
1452: into l_std_time_def_id
1453: from pay_time_definitions ptd
1454: where ptd.short_name = l_leg_code||'_STANDARD';
1455: --
1456: exception
1457: when no_data_found then
1458: l_std_time_def_id := null;

Line 1537: -- legislation has enabled the Standard upgrade

1533: source_end_date = l_end_tab(i)
1534: where element_entry_id = l_ee_tab(i);
1535: --
1536: -- Only upgrade the time definition if the
1537: -- legislation has enabled the Standard upgrade
1538: --
1539: if (l_std_time_def_id is not null) then
1540: --
1541: forall i in 1..l_ee_tab.COUNT