DBA Data[Home] [Help]

APPS.CST_EAMCOST_PUB dependencies on FND_PROFILE

Line 6: PG_DEBUG VARCHAR2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');

2: /* $Header: CSTPEACB.pls 120.50.12020000.5 2013/02/06 10:01:17 zazeng ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CST_eamCost_PUB';
5: G_LOG_LEVEL CONSTANT NUMBER := FND_LOG.G_CURRENT_RUNTIME_LEVEL;
6: PG_DEBUG VARCHAR2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
7:
8: PROCEDURE debug
9: ( line IN VARCHAR2,
10: msg_prefix IN VARCHAR2 DEFAULT 'CST',

Line 262: l_debug := fnd_profile.value('MRP_DEBUG');

258: BEGIN
259:
260: -- Standard Start of API savepoint
261: SAVEPOINT Process_MatCost_PUB;
262: l_debug := fnd_profile.value('MRP_DEBUG');
263:
264:
265: -- Standard call to check for call compatibility
266: IF NOT FND_API.Compatible_API_Call (

Line 474: l_debug := fnd_profile.value('MRP_DEBUG');

470: BEGIN
471:
472: -- Standard Start of API savepoint
473: SAVEPOINT Process_ResCost_PUB;
474: l_debug := fnd_profile.value('MRP_DEBUG');
475:
476:
477: if (l_debug = 'Y') THEN
478: fnd_file.put_line(fnd_file.log, 'In process_resCost');

Line 717: l_debug := fnd_profile.value('MRP_DEBUG');

713: BEGIN
714:
715: -- Standard Start of API savepoint
716: SAVEPOINT Update_eamCost_PUB;
717: l_debug := fnd_profile.value('MRP_DEBUG');
718:
719: if (l_debug = 'Y') then
720: fnd_file.put_line(fnd_file.log, 'In Update_eamCost');
721: end if;

Line 1133: l_debug := fnd_profile.value('MRP_DEBUG');

1129:
1130:
1131: -- Standard Start of API savepoint
1132: SAVEPOINT InsertUpdate_eamPerBal_PUB;
1133: l_debug := fnd_profile.value('MRP_DEBUG');
1134:
1135: if (l_debug = 'Y') then
1136: FND_FILE.PUT_LINE(fnd_file.log,'In InsertUpdate_eamPerBal');
1137: FND_FILE.PUT_LINE(fnd_file.log,'p_asset_group_id: ' || to_char( p_asset_group_id ));

Line 1700: l_debug := fnd_profile.value('MRP_DEBUG');

1696:
1697: BEGIN
1698: -- Standard Start of API savepoint
1699: SAVEPOINT InsertUpdate_assetPerBal_PUB;
1700: l_debug := fnd_profile.value('MRP_DEBUG');
1701:
1702: if (l_debug = 'Y') then
1703: FND_FILE.PUT_LINE(fnd_file.log,'In InsertUpdate_assetPerBal');
1704: FND_FILE.PUT_LINE(fnd_file.log,'p_asset_group_id: ' || to_char( p_asset_group_id ));

Line 1906: l_debug := fnd_profile.value('MRP_DEBUG');

1902: -- For other resource types, use the default eAM cost element
1903: -- from eAM parameters
1904: --------------------------------------------------------------------
1905:
1906: l_debug := fnd_profile.value('MRP_DEBUG');
1907:
1908: if (l_debug = 'Y') THEN
1909: fnd_file.put_line(fnd_file.log, 'In Get_eamCostElement');
1910: end if;

Line 5932: l_debug := fnd_profile.value('MRP_DEBUG');

5928: BEGIN
5929:
5930: -- Standard Start of API savepoint
5931: SAVEPOINT check_if_direct_item_PUB;
5932: l_debug := fnd_profile.value('MRP_DEBUG');
5933:
5934: if (l_debug = 'Y') then
5935: FND_FILE.PUT_LINE(fnd_file.log,'Check if direct item');
5936: end if;

Line 6198: l_debug := fnd_profile.value('MRP_DEBUG');

6194:
6195: -- Standard Start of API savepoint
6196: SAVEPOINT process_direct_item_txn_PUB;
6197:
6198: l_debug := fnd_profile.value('MRP_DEBUG');
6199:
6200: -- Standard call to check for call compatibility
6201: IF NOT FND_API.Compatible_API_Call (
6202: l_api_version,

Line 6842: l_debug := fnd_profile.value('MRP_DEBUG');

6838:
6839: -- Standard Start of API savepoint
6840: SAVEPOINT cost_direct_item_txn_PUB;
6841:
6842: l_debug := fnd_profile.value('MRP_DEBUG');
6843:
6844: -- Standard call to check for call compatibility
6845: IF NOT FND_API.Compatible_API_Call (
6846: l_api_version,

Line 7294: l_debug := fnd_profile.value('MRP_DEBUG');

7290:
7291: -- Standard Start of API savepoint
7292: SAVEPOINT insert_direct_item_distr_PUB;
7293:
7294: l_debug := fnd_profile.value('MRP_DEBUG');
7295:
7296: -- Standard call to check for call compatibility
7297: IF NOT FND_API.Compatible_API_Call (
7298: l_api_version,

Line 7709: l_debug := fnd_profile.value('MRP_DEBUG');

7705: -- Standard start of API savepoint
7706: ---------------------------------------------
7707: SAVEPOINT update_wip_period_balances_PUB;
7708:
7709: l_debug := fnd_profile.value('MRP_DEBUG');
7710:
7711: ------------------------------------------------
7712: -- Standard call to check for API compatibility
7713: ------------------------------------------------

Line 7931: l_debug := fnd_profile.value('MRP_DEBUG');

7927:
7928: -- Standard Start of API savepoint
7929: SAVEPOINT insert_direct_item_txn_PUB;
7930:
7931: l_debug := fnd_profile.value('MRP_DEBUG');
7932:
7933: -- Standard call to check for call compatibility
7934: IF NOT FND_API.Compatible_API_Call (
7935: l_api_version,

Line 9158: l_debug := fnd_profile.value('MRP_DEBUG');

9154: -- Standard start of API savepoint
9155: -----------------------------------
9156: SAVEPOINT get_CostEle_for_DirectItem_PVT;
9157:
9158: l_debug := fnd_profile.value('MRP_DEBUG');
9159: if (l_debug = 'Y') THEN
9160: fnd_file.put_line(fnd_file.log, 'In get_CostEle_for_DirectItem');
9161: end if;
9162:

Line 9504: l_debug := fnd_profile.value('MRP_DEBUG');

9500: -- Standard start of API savepoint
9501: -----------------------------------
9502: SAVEPOINT get_ExpType_for_DirectItem_PVT;
9503:
9504: l_debug := fnd_profile.value('MRP_DEBUG');
9505: if (l_debug = 'Y') THEN
9506: fnd_file.put_line(fnd_file.log, 'In get_ExpType_for_DirectItem');
9507: end if;
9508:

Line 9785: l_msg_level_threshold := FND_PROFILE.Value('FND_AS_MSG_LEVEL_THRESHOLD');

9781: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
9782: END IF;
9783:
9784: -- Check for message level threshold
9785: l_msg_level_threshold := FND_PROFILE.Value('FND_AS_MSG_LEVEL_THRESHOLD');
9786:
9787: IF l_msg_level_threshold <= FND_MSG_PUB.G_MSG_LVL_DEBUG_HIGH
9788: THEN
9789: FND_MSG_PUB.Add_Exc_Msg(

Line 10035: l_msg_level_threshold := FND_PROFILE.Value('FND_AS_MSG_LEVEL_THRESHOLD');

10031: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
10032: END IF;
10033:
10034: -- Check for message level threshold
10035: l_msg_level_threshold := FND_PROFILE.Value('FND_AS_MSG_LEVEL_THRESHOLD');
10036:
10037: IF l_msg_level_threshold <= FND_MSG_PUB.G_MSG_LVL_DEBUG_HIGH
10038: THEN
10039: FND_MSG_PUB.Add_Exc_Msg(

Line 10871: fnd_profile.get('IC_CURRENCY_CONVERSION_TYPE', l_currency_type);

10867: Else
10868: l_currency_date := c_cedi_rec.currency_date;
10869: END IF;
10870:
10871: fnd_profile.get('IC_CURRENCY_CONVERSION_TYPE', l_currency_type);
10872:
10873: l_currency_rate := PO_CORE_S.get_conversion_rate (
10874: c_cedi_rec.set_of_books_id,
10875: l_currency_code,