DBA Data[Home] [Help]

APPS.CST_EAMCOST_PUB dependencies on FND_PROFILE

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

57: BEGIN
58:
59: -- Standard Start of API savepoint
60: SAVEPOINT Process_MatCost_PUB;
61: l_debug := fnd_profile.value('MRP_DEBUG');
62:
63:
64: -- Standard call to check for call compatibility
65: IF NOT FND_API.Compatible_API_Call (

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

269: BEGIN
270:
271: -- Standard Start of API savepoint
272: SAVEPOINT Process_ResCost_PUB;
273: l_debug := fnd_profile.value('MRP_DEBUG');
274:
275:
276: if (l_debug = 'Y') THEN
277: fnd_file.put_line(fnd_file.log, 'In process_resCost');

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

511: BEGIN
512:
513: -- Standard Start of API savepoint
514: SAVEPOINT Update_eamCost_PUB;
515: l_debug := fnd_profile.value('MRP_DEBUG');
516:
517: if (l_debug = 'Y') then
518: fnd_file.put_line(fnd_file.log, 'In Update_eamCost');
519: end if;

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

907:
908:
909: -- Standard Start of API savepoint
910: SAVEPOINT InsertUpdate_eamPerBal_PUB;
911: l_debug := fnd_profile.value('MRP_DEBUG');
912:
913: if (l_debug = 'Y') then
914: FND_FILE.PUT_LINE(fnd_file.log,'In InsertUpdate_eamPerBal');
915: FND_FILE.PUT_LINE(fnd_file.log,'p_asset_group_id: ' || to_char( p_asset_group_id ));

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

1474:
1475: BEGIN
1476: -- Standard Start of API savepoint
1477: SAVEPOINT InsertUpdate_assetPerBal_PUB;
1478: l_debug := fnd_profile.value('MRP_DEBUG');
1479:
1480: if (l_debug = 'Y') then
1481: FND_FILE.PUT_LINE(fnd_file.log,'In InsertUpdate_assetPerBal');
1482: FND_FILE.PUT_LINE(fnd_file.log,'p_asset_group_id: ' || to_char( p_asset_group_id ));

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

1680: -- For other resource types, use the default eAM cost element
1681: -- from eAM parameters
1682: --------------------------------------------------------------------
1683:
1684: l_debug := fnd_profile.value('MRP_DEBUG');
1685:
1686: if (l_debug = 'Y') THEN
1687: fnd_file.put_line(fnd_file.log, 'In Get_eamCostElement');
1688: end if;

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

5632: BEGIN
5633:
5634: -- Standard Start of API savepoint
5635: SAVEPOINT check_if_direct_item_PUB;
5636: l_debug := fnd_profile.value('MRP_DEBUG');
5637:
5638: if (l_debug = 'Y') then
5639: FND_FILE.PUT_LINE(fnd_file.log,'Check if direct item');
5640: end if;

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

5889:
5890: -- Standard Start of API savepoint
5891: SAVEPOINT process_direct_item_txn_PUB;
5892:
5893: l_debug := fnd_profile.value('MRP_DEBUG');
5894:
5895: -- Standard call to check for call compatibility
5896: IF NOT FND_API.Compatible_API_Call (
5897: l_api_version,

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

6474:
6475: -- Standard Start of API savepoint
6476: SAVEPOINT cost_direct_item_txn_PUB;
6477:
6478: l_debug := fnd_profile.value('MRP_DEBUG');
6479:
6480: -- Standard call to check for call compatibility
6481: IF NOT FND_API.Compatible_API_Call (
6482: l_api_version,

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

6876:
6877: -- Standard Start of API savepoint
6878: SAVEPOINT insert_direct_item_distr_PUB;
6879:
6880: l_debug := fnd_profile.value('MRP_DEBUG');
6881:
6882: -- Standard call to check for call compatibility
6883: IF NOT FND_API.Compatible_API_Call (
6884: l_api_version,

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

7152: -- Standard start of API savepoint
7153: ---------------------------------------------
7154: SAVEPOINT update_wip_period_balances_PUB;
7155:
7156: l_debug := fnd_profile.value('MRP_DEBUG');
7157:
7158: ------------------------------------------------
7159: -- Standard call to check for API compatibility
7160: ------------------------------------------------

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

7374:
7375: -- Standard Start of API savepoint
7376: SAVEPOINT insert_direct_item_txn_PUB;
7377:
7378: l_debug := fnd_profile.value('MRP_DEBUG');
7379:
7380: -- Standard call to check for call compatibility
7381: IF NOT FND_API.Compatible_API_Call (
7382: l_api_version,

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

8578: -- Standard start of API savepoint
8579: -----------------------------------
8580: SAVEPOINT get_CostEle_for_DirectItem_PVT;
8581:
8582: l_debug := fnd_profile.value('MRP_DEBUG');
8583: if (l_debug = 'Y') THEN
8584: fnd_file.put_line(fnd_file.log, 'In get_CostEle_for_DirectItem');
8585: end if;
8586:

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

8861: -- Standard start of API savepoint
8862: -----------------------------------
8863: SAVEPOINT get_ExpType_for_DirectItem_PVT;
8864:
8865: l_debug := fnd_profile.value('MRP_DEBUG');
8866: if (l_debug = 'Y') THEN
8867: fnd_file.put_line(fnd_file.log, 'In get_ExpType_for_DirectItem');
8868: end if;
8869:

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

9068: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
9069: END IF;
9070:
9071: -- Check for message level threshold
9072: l_msg_level_threshold := FND_PROFILE.Value('FND_AS_MSG_LEVEL_THRESHOLD');
9073:
9074: IF l_msg_level_threshold <= FND_MSG_PUB.G_MSG_LVL_DEBUG_HIGH
9075: THEN
9076: FND_MSG_PUB.Add_Exc_Msg(

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

9318: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
9319: END IF;
9320:
9321: -- Check for message level threshold
9322: l_msg_level_threshold := FND_PROFILE.Value('FND_AS_MSG_LEVEL_THRESHOLD');
9323:
9324: IF l_msg_level_threshold <= FND_MSG_PUB.G_MSG_LVL_DEBUG_HIGH
9325: THEN
9326: FND_MSG_PUB.Add_Exc_Msg(

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

10154: Else
10155: l_currency_date := c_cedi_rec.currency_date;
10156: END IF;
10157:
10158: fnd_profile.get('IC_CURRENCY_CONVERSION_TYPE', l_currency_type);
10159:
10160: l_currency_rate := PO_CORE_S.get_conversion_rate (
10161: c_cedi_rec.set_of_books_id,
10162: l_currency_code,