DBA Data[Home] [Help]

APPS.WMS_ARCHIVE_PVT dependencies on FND_PROFILE

Line 101: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);

97: , p_purge_days in number
98: , p_archive_batches in number
99: ) is
100: l_proc varchar2(72) := 'ARCHIVE_WMS_TASKS :';
101: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
102:
103: l_max_date_time varchar2(50):= null;
104: l_sys_date varchar2(50):= null;
105:

Line 490: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);

486: , p_org_id in number
487: ) is
488:
489: l_proc varchar2(72) := 'ARCHIVE_WMS_TASKS_WORKER :';
490: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
491:
492: l_organization_id number;
493: l_number_of_records number;
494:

Line 1207: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);

1203: , p_unarch_batches in number
1204: ) is
1205:
1206: l_proc varchar2(72) := 'UNARCHIVE_WMS_TASKS :';
1207: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1208:
1209: l_max_date_time varchar2(50):= null;
1210: l_sys_date varchar2(50):= null;
1211:

Line 1797: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);

1793: , p_org_id in number
1794: ) is
1795:
1796: l_proc varchar2(72) := 'UNARCHIVE_WMS_TASKS_WORKER :';
1797: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1798:
1799: l_organization_id number;
1800: l_number_of_records number;
1801: