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.6.12000000.3 2007/01/26 23:08:42 snene 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 1026: FROM fnd_profile_options_vl

1022: IF l_gme_calc_int_rsrc_usage_char IS NOT NULL THEN
1023: l_user_profile_option_name := gme_common_pvt.g_calc_interim_rsrc_usg_ind;
1024: /* SELECT user_profile_option_name
1025: INTO l_user_profile_option_name
1026: FROM fnd_profile_options_vl
1027: WHERE application_id = 553
1028: AND profile_option_name = 'GME_CALC_INT_RSRC_USAGE';*/
1029:
1030: gme_common_pvt.log_message ('GME_INVALID_VALUE_PROFILE'