DBA Data[Home] [Help]

APPS.GME_UPDATE_STEP_QTY_PVT dependencies on FND_PROFILE

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

1: PACKAGE BODY gme_update_step_qty_pvt AS
2: /* $Header: GMEVUSQB.pls 120.15 2011/06/27 18:55:36 gmurator ship $ */
3: g_debug VARCHAR2 (5)
4: := fnd_profile.VALUE ('AFLOG_LEVEL');
5: g_pkg_name CONSTANT VARCHAR2 (30) := 'gme_update_step_qty_pvt';
6: p_gme_calc_int_rsrc_usage NUMBER := NULL;
7:
8: /*===========================================================================================

Line 1125: FROM fnd_profile_options_vl

1121: IF l_gme_calc_int_rsrc_usage_char IS NOT NULL THEN
1122: l_user_profile_option_name := gme_common_pvt.g_calc_interim_rsrc_usg_ind;
1123: /* SELECT user_profile_option_name
1124: INTO l_user_profile_option_name
1125: FROM fnd_profile_options_vl
1126: WHERE application_id = 553
1127: AND profile_option_name = 'GME_CALC_INT_RSRC_USAGE';*/
1128:
1129: gme_common_pvt.log_message ('GME_INVALID_VALUE_PROFILE'