DBA Data[Home] [Help]

APPS.PN_INDEX_RENT_PVT dependencies on FND_PROFILE

Line 6: g_debug_mode VARCHAR2 (30) := NVL (fnd_profile.VALUE ('PN_DEBUG_MODE'), 'N');

2: /* $Header: PNIRPVTB.pls 120.1 2010/12/15 10:40:35 seevivek noship $ */
3:
4: g_pkg_name VARCHAR2 (30);
5: g_program_unit VARCHAR2 (30);
6: g_debug_mode VARCHAR2 (30) := NVL (fnd_profile.VALUE ('PN_DEBUG_MODE'), 'N');
7: g_module_name VARCHAR2 (2) := 'PN';
8:
9: -----------------------------------------------------------------------------------
10: -- Debug procedure to print the debug log messages bases on the debug level setting

Line 4036: p_index_constraint_tbl (i).org_id:=FND_PROFILE.VALUE('ORG_ID');

4032: LOOP
4033:
4034: IF p_index_constraint_tbl (i).org_id IS NULL OR p_index_constraint_tbl (i).org_id=pn_index_rent_utils.g_pn_miss_num
4035: THEN
4036: p_index_constraint_tbl (i).org_id:=FND_PROFILE.VALUE('ORG_ID');
4037: END IF;
4038:
4039: IF ( p_index_constraint_tbl (i).SCOPE IS NOT NULL
4040: AND p_index_constraint_tbl (i).SCOPE <> pn_index_rent_utils.g_pn_miss_char)

Line 4348: p_rent_index_rec.org_id:=FND_PROFILE.VALUE('ORG_ID');

4344: fnd_msg_pub.ADD;
4345: RAISE fnd_api.g_exc_error;
4346: END IF;
4347: ELSE
4348: p_rent_index_rec.org_id:=FND_PROFILE.VALUE('ORG_ID');
4349: END IF;
4350:
4351: pn_index_rent_pvt.DEBUG ( g_pkg_name
4352: || g_program_unit

Line 4549: p_rent_index_rec.org_id:=FND_PROFILE.VALUE('ORG_ID');

4545: fnd_msg_pub.ADD;
4546: RAISE fnd_api.g_exc_error;
4547: END IF;
4548: ELSE
4549: p_rent_index_rec.org_id:=FND_PROFILE.VALUE('ORG_ID');
4550: END IF;
4551:
4552: pn_index_rent_pvt.DEBUG ( g_pkg_name
4553: || g_program_unit