DBA Data[Home] [Help]

APPS.GME_CREATE_STEP_PVT dependencies on FND_PROFILE

Line 3: g_debug VARCHAR2 (5) := fnd_profile.VALUE ('AFLOG_LEVEL');

1: PACKAGE BODY gme_create_step_pvt AS
2: /* $Header: GMEVCRSB.pls 120.25.12020000.3 2012/11/07 14:19:48 gmurator ship $ */
3: g_debug VARCHAR2 (5) := fnd_profile.VALUE ('AFLOG_LEVEL');
4: g_pkg_name CONSTANT VARCHAR2 (30) := 'gme_create_step_pvt';
5:
6: PROCEDURE create_batch_steps (
7: p_recipe_rout_step_tbl IN gmd_recipe_fetch_pub.recipe_step_tbl

Line 3622: gme_common_pvt.g_hour_uom_code := fnd_profile.VALUE ('BOM:HOUR_UOM_CODE');

3618: x_return_status := fnd_api.g_ret_sts_success;
3619:
3620: -- Bug 14769220 - Initialize uom global for this code to work correctly.
3621: IF NOT gme_common_pvt.g_setup_done THEN
3622: gme_common_pvt.g_hour_uom_code := fnd_profile.VALUE ('BOM:HOUR_UOM_CODE');
3623: END IF;
3624:
3625: x_usage_hrs := 0;
3626: l_hour_um := gme_common_pvt.g_hour_uom_code;