DBA Data[Home] [Help]

APPS.CTO_MANUAL_LINK_CONFIG dependencies on FND_PROFILE

Line 47: PG_DEBUG Number := NVL(FND_PROFILE.value('ONT_DEBUG_LEVEL'), 0);

43:
44: A manual link can only be done if the ATO model order line
45: is not linked to a configuration item.
46: *****************************************************************************/
47: PG_DEBUG Number := NVL(FND_PROFILE.value('ONT_DEBUG_LEVEL'), 0);
48:
49: TYPE config_bcol_rec IS RECORD
50: (
51: config_item_id CTO_MSUTIL_PUB.NUMTAB,