DBA Data[Home] [Help]

APPS.CTO_OSS_SOURCE_PK dependencies on FND_PROFILE

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

58: g_pkg_name CONSTANT VARCHAR2(30) := 'CTO_OSS_SOURCE_PK';
59:
60:
61: /* This is the Package constant that is used to have indented debug logging */
62: PG_DEBUG Number := NVL(FND_PROFILE.value('ONT_DEBUG_LEVEL'), 0);
63:
64:
65: /* Forward declartion for the procedure.
66: This procedure is used during ATP call. This will get the organization

Line 370: G_def_assg_set := to_number(FND_PROFILE.VALUE('MRP_DEFAULT_ASSIGNMENT_SET'));

366: The global variable will be used in all other modules later
367: */
368:
369: l_stmt_num := 20;
370: G_def_assg_set := to_number(FND_PROFILE.VALUE('MRP_DEFAULT_ASSIGNMENT_SET'));
371:
372: IF PG_DEBUG <> 0 Then
373: oe_debug_pub.add(lpad(' ',g_pg_level)||'PROCESS_OSS_CONFIGURATIONS: Default Assignment set = '
374: ||to_char(g_def_assg_set),5);

Line 4033: FND_PROFILE.VALUE('MRP_DEFAULT_ASSIGNMENT_SET'));

4029: ||sql%rowcount,5);
4030: end if;
4031:
4032: g_def_assg_set := to_number(
4033: FND_PROFILE.VALUE('MRP_DEFAULT_ASSIGNMENT_SET'));
4034:
4035: /* Check if there is a default assignment set defined.
4036: If there is no default assignment set specified,
4037: OSS is not supported and CTO need not do anything.