DBA Data[Home] [Help]

APPS.CTO_UPDATE_CONFIGS_PK dependencies on FND_PROFILE

Line 30: gDebugLevel NUMBER := to_number(nvl(FND_PROFILE.value('ONT_DEBUG_LEVEL'),0));

26:
27: BAC_PROGRAM_ID NUMBER := 99;
28: G_BATCH_SIZE NUMBER := 100;
29: TYPE BCOL_TAB is TABLE of bom_cto_order_lines%rowtype index by binary_integer;
30: gDebugLevel NUMBER := to_number(nvl(FND_PROFILE.value('ONT_DEBUG_LEVEL'),0));
31:
32: /***********************************************************************
33: This procedure is called by the Update Existing Configurations batch
34: progam.