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.54.12020000.4 2013/03/21 15:38:47 gmurator 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 1596: l_prefix := FND_PROFILE.VALUE('GME_BATCH_PREFIX');

1592: -- Report error that document number was invalid or could not be generated
1593: RAISE unexpected_error;
1594: ELSE
1595: IF (x_batch_header_rec.batch_type = 0) THEN
1596: l_prefix := FND_PROFILE.VALUE('GME_BATCH_PREFIX');
1597: ELSE
1598: l_prefix := FND_PROFILE.VALUE('GME_FPO_PREFIX');
1599: END IF;
1600: /*5698727 rework commented the following code. We will validate the wip entity

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

1594: ELSE
1595: IF (x_batch_header_rec.batch_type = 0) THEN
1596: l_prefix := FND_PROFILE.VALUE('GME_BATCH_PREFIX');
1597: ELSE
1598: l_prefix := FND_PROFILE.VALUE('GME_FPO_PREFIX');
1599: END IF;
1600: /*5698727 rework commented the following code. We will validate the wip entity
1601: when we are updating the wip_entities table later once the actual doc_no is available */
1602: /* Bug6398619 we have to validate the batch no for the manual doc ordering as