DBA Data[Home] [Help]

APPS.GME_CREATE_BATCH_PVT dependencies on FND_PROFILE

Line 4: := NVL (fnd_profile.VALUE ('AFLOG_LEVEL'), 99);

1: PACKAGE BODY gme_create_batch_pvt AS
2: /* $Header: GMEVCRBB.pls 120.33.12010000.2 2008/11/06 03:14:47 srpuri ship $ */
3: g_debug VARCHAR2 (5)
4: := NVL (fnd_profile.VALUE ('AFLOG_LEVEL'), 99);
5: g_pkg_name CONSTANT VARCHAR2 (30) := 'GME_CREATE_BATCH_PVT';
6:
7: /***********************************************************/
8: /* Oracle Process Manufacturing Process Execution APIs */

Line 1367: l_prefix := FND_PROFILE.VALUE('GME_BATCH_PREFIX');

1363: -- Report error that document number was invalid or could not be generated
1364: RAISE unexpected_error;
1365: ELSE
1366: IF (x_batch_header_rec.batch_type = 0) THEN
1367: l_prefix := FND_PROFILE.VALUE('GME_BATCH_PREFIX');
1368: ELSE
1369: l_prefix := FND_PROFILE.VALUE('GME_FPO_PREFIX');
1370: END IF;
1371: /*5698727 rework commented the following code. We will validate the wip entity

Line 1369: l_prefix := FND_PROFILE.VALUE('GME_FPO_PREFIX');

1365: ELSE
1366: IF (x_batch_header_rec.batch_type = 0) THEN
1367: l_prefix := FND_PROFILE.VALUE('GME_BATCH_PREFIX');
1368: ELSE
1369: l_prefix := FND_PROFILE.VALUE('GME_FPO_PREFIX');
1370: END IF;
1371: /*5698727 rework commented the following code. We will validate the wip entity
1372: when we are updating the wip_entities table later once the actual doc_no is available */
1373: /* Bug6398619 we have to validate the batch no for the manual doc ordering as