DBA Data[Home] [Help]

APPS.GMF_RCV_ACCOUNTING_PKG dependencies on STANDARD

Line 67: * Standard start of API savepoint *

63: l_parent_txn_id NUMBER;
64: l_par_rcv_txn_type RCV_Transactions.transaction_type%TYPE;
65: BEGIN
66: /**********************************
67: * Standard start of API savepoint *
68: **********************************/
69: SAVEPOINT Get_TransactionAmount_PVT;
70:
71: l_stmt_num := 0;

Line 78: * Standard call to check for call compatibility *

74: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin','Get_TransactionAmount <<');
75: END IF;
76:
77: /************************************************
78: * Standard call to check for call compatibility *
79: ************************************************/
80: IF NOT FND_API.Compatible_API_Call (l_api_version,p_api_version,l_api_name,G_PKG_NAME ) THEN
81: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
82: END IF;

Line 205: * Standard check of p_commit *

201: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,G_LOG_HEAD||'.'||l_api_name||'.'||l_stmt_num,l_api_message);
202: END IF;
203:
204: /*****************************
205: * Standard check of p_commit *
206: *****************************/
207: IF FND_API.to_Boolean(p_commit) THEN
208: COMMIT WORK;
209: END IF;

Line 212: * Standard Call to get message count and if count = 1, get message info *

208: COMMIT WORK;
209: END IF;
210:
211: /************************************************************************
212: * Standard Call to get message count and if count = 1, get message info *
213: ************************************************************************/
214: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count,p_data => x_msg_data );
215:
216: IF G_DEBUG = 'Y' AND FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN

Line 293: * Standard start of API savepoint *

289: l_dist_acct_id NUMBER;
290: l_account_flag NUMBER;
291: BEGIN
292: /**********************************
293: * Standard start of API savepoint *
294: **********************************/
295: SAVEPOINT Get_HookAccount_PVT;
296:
297: l_stmt_num := 0;

Line 304: * Standard call to check for call compatibility *

300: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin','Get_HookAccount <<');
301: END IF;
302:
303: /************************************************
304: * Standard call to check for call compatibility *
305: ************************************************/
306: IF NOT FND_API.Compatible_API_Call (l_api_version,p_api_version,l_api_name,G_PKG_NAME ) THEN
307: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
308: END IF;

Line 370: * Standard check of p_commit *

366: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,G_LOG_HEAD||'.'||l_api_name||'.'||l_stmt_num,l_api_message);
367: END IF;
368:
369: /*****************************
370: * Standard check of p_commit *
371: *****************************/
372: IF FND_API.to_Boolean(p_commit) THEN
373: COMMIT WORK;
374: END IF;

Line 377: * Standard Call to get message count and if count = 1, get message info *

373: COMMIT WORK;
374: END IF;
375:
376: /************************************************************************
377: * Standard Call to get message count and if count = 1, get message info *
378: ************************************************************************/
379: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count,p_data => x_msg_data );
380:
381: IF G_DEBUG = 'Y' AND FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN

Line 460: * Standard start of API savepoint *

456: l_parent_txn_id NUMBER;
457: l_par_rcv_txn_type rcv_transactions.transaction_type%TYPE;
458: BEGIN
459: /**********************************
460: * Standard start of API savepoint *
461: **********************************/
462: SAVEPOINT get_quantity_pvt;
463: l_stmt_num := 0;
464:

Line 474: -- Standard call to check for call compatibility

470: 'Get_Quantity <<'
471: );
472: END IF;
473:
474: -- Standard call to check for call compatibility
475: IF NOT fnd_api.compatible_api_call (l_api_version,
476: p_api_version,
477: l_api_name,
478: g_pkg_name

Line 674: --- Standard check of p_commit

670: l_api_message
671: );
672: END IF;
673:
674: --- Standard check of p_commit
675: IF fnd_api.to_boolean (p_commit)
676: THEN
677: COMMIT WORK;
678: END IF;

Line 680: -- Standard Call to get message count and if count = 1, get message info

676: THEN
677: COMMIT WORK;
678: END IF;
679:
680: -- Standard Call to get message count and if count = 1, get message info
681: fnd_msg_pub.count_and_get (p_count => x_msg_count,
682: p_data => x_msg_data);
683:
684: IF g_debug = 'Y'

Line 809: -- Standard start of API savepoint

805: l_to_org_id NUMBER;
806: l_incr_currency_code gmf_rcv_accounting_txns.currency_code%TYPE;
807: l_incr_transfer_price NUMBER;
808: BEGIN
809: -- Standard start of API savepoint
810: SAVEPOINT get_unitprice_pvt;
811: l_stmt_num := 0;
812:
813: IF g_debug = 'Y'

Line 822: -- Standard call to check for call compatibility

818: 'Get_UnitPrice <<'
819: );
820: END IF;
821:
822: -- Standard call to check for call compatibility
823: IF NOT fnd_api.compatible_api_call (l_api_version,
824: p_api_version,
825: l_api_name,
826: g_pkg_name

Line 1108: -- Standard check of p_commit

1104: l_api_message
1105: );
1106: END IF;
1107:
1108: -- Standard check of p_commit
1109: IF fnd_api.to_boolean (p_commit)
1110: THEN
1111: COMMIT WORK;
1112: END IF;

Line 1114: -- Standard Call to get message count and if count = 1, get message info

1110: THEN
1111: COMMIT WORK;
1112: END IF;
1113:
1114: -- Standard Call to get message count and if count = 1, get message info
1115: fnd_msg_pub.count_and_get (p_count => x_msg_count,
1116: p_data => x_msg_data);
1117:
1118: IF g_debug = 'Y'

Line 1233: -- Standard start of API savepoint

1229: l_non_recoverable_tax NUMBER := 0;
1230: l_old_recoverable_tax NUMBER := 0;
1231: l_old_non_recoverable_tax NUMBER := 0;
1232: BEGIN
1233: -- Standard start of API savepoint
1234: SAVEPOINT get_unittax_pvt;
1235: l_stmt_num := 0;
1236:
1237: IF g_debug = 'Y'

Line 1246: -- Standard call to check for call compatibility

1242: 'Get_UnitTax <<'
1243: );
1244: END IF;
1245:
1246: -- Standard call to check for call compatibility
1247: IF NOT fnd_api.compatible_api_call (l_api_version,
1248: p_api_version,
1249: l_api_name,
1250: g_pkg_name

Line 1394: --- Standard check of p_commit

1390: l_api_message
1391: );
1392: END IF;
1393:
1394: --- Standard check of p_commit
1395: IF fnd_api.to_boolean (p_commit)
1396: THEN
1397: COMMIT WORK;
1398: END IF;

Line 1400: -- Standard Call to get message count and if count = 1, get message info

1396: THEN
1397: COMMIT WORK;
1398: END IF;
1399:
1400: -- Standard Call to get message count and if count = 1, get message info
1401: fnd_msg_pub.count_and_get (p_count => x_msg_count,
1402: p_data => x_msg_data);
1403:
1404: IF g_debug = 'Y'

Line 1540: -- Standard check for compatibility

1536: 'Convert_UOM <<'
1537: );
1538: END IF;
1539:
1540: -- Standard check for compatibility
1541: IF NOT fnd_api.compatible_api_call (l_api_version,
1542: p_api_version,
1543: l_api_name,
1544: g_pkg_name

Line 1678: -- Standard check of P_COMMIT

1674: END IF;
1675:
1676: -- End of API body
1677:
1678: -- Standard check of P_COMMIT
1679: IF fnd_api.to_boolean (p_commit)
1680: THEN
1681: COMMIT WORK;
1682: END IF;

Line 1840: -- Standard call to check for call compatibility

1836: l_rcv_transaction_id NUMBER;
1837: BEGIN
1838: SAVEPOINT get_currency_pvt;
1839:
1840: -- Standard call to check for call compatibility
1841: IF NOT fnd_api.compatible_api_call (l_api_version,
1842: p_api_version,
1843: l_api_name,
1844: g_pkg_name

Line 1964: -- Standard check of P_COMMIT

1960: p_count => x_msg_count,
1961: p_data => x_msg_data
1962: );
1963:
1964: -- Standard check of P_COMMIT
1965: IF fnd_api.to_boolean (p_commit)
1966: THEN
1967: COMMIT WORK;
1968: END IF;

Line 2125: -- Standard start of API savepoint

2121: l_parent_trx_type rcv_transactions.transaction_type%TYPE;
2122: l_parent_trx_id NUMBER;
2123: l_account_flag NUMBER := 0;
2124: BEGIN
2125: -- Standard start of API savepoint
2126: SAVEPOINT get_accounts_pvt;
2127: l_stmt_num := 0;
2128:
2129: IF g_debug = 'Y'

Line 2138: -- Standard call to check for call compatibility

2134: 'Get_Accounts <<'
2135: );
2136: END IF;
2137:
2138: -- Standard call to check for call compatibility
2139: IF NOT fnd_api.compatible_api_call (l_api_version,
2140: p_api_version,
2141: l_api_name,
2142: g_pkg_name

Line 2682: -- Standard check of p_commit

2678:
2679: RAISE fnd_api.g_exc_error;
2680: END IF;
2681:
2682: -- Standard check of p_commit
2683: IF fnd_api.to_boolean (p_commit)
2684: THEN
2685: COMMIT WORK;
2686: END IF;

Line 2688: -- Standard Call to get message count and if count = 1, get message info

2684: THEN
2685: COMMIT WORK;
2686: END IF;
2687:
2688: -- Standard Call to get message count and if count = 1, get message info
2689: fnd_msg_pub.count_and_get (p_count => x_msg_count,
2690: p_data => x_msg_data);
2691:
2692: IF g_debug = 'Y'

Line 2796: -- Standard start of API savepoint

2792: l_api_message VARCHAR2 (1000);
2793: l_ussgl_tc VARCHAR2 (30);
2794: l_ussgl_option VARCHAR2 (1);
2795: BEGIN
2796: -- Standard start of API savepoint
2797: SAVEPOINT get_ussgltc_pvt;
2798: l_stmt_num := 0;
2799:
2800: IF g_debug = 'Y'

Line 2809: -- Standard call to check for call compatibility

2805: 'Get_UssglTC <<'
2806: );
2807: END IF;
2808:
2809: -- Standard call to check for call compatibility
2810: IF NOT fnd_api.compatible_api_call (l_api_version,
2811: p_api_version,
2812: l_api_name,
2813: g_pkg_name

Line 2864: --- Standard check of p_commit

2860: l_api_message
2861: );
2862: END IF;
2863:
2864: --- Standard check of p_commit
2865: IF fnd_api.to_boolean (p_commit)
2866: THEN
2867: COMMIT WORK;
2868: END IF;

Line 2870: -- Standard Call to get message count and if count = 1, get message info

2866: THEN
2867: COMMIT WORK;
2868: END IF;
2869:
2870: -- Standard Call to get message count and if count = 1, get message info
2871: fnd_msg_pub.count_and_get (p_count => x_msg_count,
2872: p_data => x_msg_data);
2873:
2874: IF g_debug = 'Y'

Line 2982: -- Standard start of API savepoint

2978: l_stmt_num NUMBER := 0;
2979: l_api_message VARCHAR2 (1000);
2980: l_encumbrance_flag VARCHAR2 (1);
2981: BEGIN
2982: -- Standard start of API savepoint
2983: SAVEPOINT check_encumbranceflag_pvt;
2984: l_stmt_num := 0;
2985:
2986: IF g_debug = 'Y'

Line 2995: -- Standard call to check for call compatibility

2991: 'Check_EncumbranceFlag <<'
2992: );
2993: END IF;
2994:
2995: -- Standard call to check for call compatibility
2996: IF NOT fnd_api.compatible_api_call (l_api_version,
2997: p_api_version,
2998: l_api_name,
2999: g_pkg_name

Line 3037: -- Standard check of p_commit

3033: l_api_message
3034: );
3035: END IF;
3036:
3037: -- Standard check of p_commit
3038: IF fnd_api.to_boolean (p_commit)
3039: THEN
3040: COMMIT WORK;
3041: END IF;

Line 3043: -- Standard Call to get message count and if count = 1, get message info

3039: THEN
3040: COMMIT WORK;
3041: END IF;
3042:
3043: -- Standard Call to get message count and if count = 1, get message info
3044: fnd_msg_pub.count_and_get (p_count => x_msg_count,
3045: p_data => x_msg_data);
3046:
3047: IF g_debug = 'Y'

Line 3177: -- Standard start of API savepoint

3173: l_le_txn_date DATE;
3174: -- transaction date truncated and converted to legal entity timezone
3175: invalid_txn_type EXCEPTION;
3176: BEGIN
3177: -- Standard start of API savepoint
3178: SAVEPOINT create_mmtrecord_pvt;
3179:
3180: IF g_debug = 'Y'
3181: AND fnd_log.level_procedure >= fnd_log.g_current_runtime_level

Line 3189: -- Standard call to check for call compatibility

3185: 'Create_MMTRecord <<'
3186: );
3187: END IF;
3188:
3189: -- Standard call to check for call compatibility
3190: IF NOT fnd_api.compatible_api_call (l_api_version,
3191: p_api_version,
3192: l_api_name,
3193: g_pkg_name

Line 3418: -- Standard check of p_commit

3414: x_inv_trx := l_inv_trx;
3415:
3416: -- ***************
3417:
3418: -- Standard check of p_commit
3419: IF fnd_api.to_boolean (p_commit)
3420: THEN
3421: COMMIT WORK;
3422: END IF;

Line 3424: -- Standard Call to get message count and if count = 1, get message info

3420: THEN
3421: COMMIT WORK;
3422: END IF;
3423:
3424: -- Standard Call to get message count and if count = 1, get message info
3425: fnd_msg_pub.count_and_get (p_count => x_msg_count,
3426: p_data => x_msg_data);
3427:
3428: IF g_debug = 'Y'

Line 3607: -- Standard start of API savepoint

3603: l_transfer_organization_id NUMBER := NULL;
3604: l_rcv_accttxn gmf_rcv_accounting_pkg.rcv_accttxn_rec_type;
3605: invalid_event EXCEPTION;
3606: BEGIN
3607: -- Standard start of API savepoint
3608: SAVEPOINT insert_mmt_pvt;
3609: l_stmt_num := 0;
3610:
3611: IF g_debug = 'Y'

Line 3620: -- Standard call to check for call compatibility

3616: 'Insert_MMT <<'
3617: );
3618: END IF;
3619:
3620: -- Standard call to check for call compatibility
3621: IF NOT fnd_api.compatible_api_call (l_api_version,
3622: p_api_version,
3623: l_api_name,
3624: g_pkg_name

Line 4077: -- Standard check of p_commit

4073: END IF;
4074:
4075: -- End API Body
4076:
4077: -- Standard check of p_commit
4078: IF fnd_api.to_boolean (p_commit)
4079: THEN
4080: COMMIT WORK;
4081: END IF;

Line 4269: -- Standard start of API savepoint

4265: l_oracle_schema VARCHAR2 (30);
4266: l_encumbrance_flag VARCHAR2 (1);
4267: l_ussgl_option VARCHAR2 (1);
4268: BEGIN
4269: -- Standard start of API savepoint
4270: SAVEPOINT insert_txn_pvt;
4271: l_stmt_num := 0;
4272:
4273: IF g_debug = 'Y'

Line 4282: -- Standard call to check for call compatibility

4278: 'Insert_Txn <<'
4279: );
4280: END IF;
4281:
4282: -- Standard call to check for call compatibility
4283: IF NOT fnd_api.compatible_api_call (l_api_version,
4284: p_api_version,
4285: l_api_name,
4286: g_pkg_name

Line 4974: --- Standard check of p_commit

4970:
4971: l_rcv_accttxn.ussgl_transaction_code := l_ussgl_tc;
4972: x_rcv_accttxn := l_rcv_accttxn;
4973:
4974: --- Standard check of p_commit
4975: IF fnd_api.to_boolean (p_commit)
4976: THEN
4977: COMMIT WORK;
4978: END IF;

Line 4980: -- Standard Call to get message count and if count = 1, get message info

4976: THEN
4977: COMMIT WORK;
4978: END IF;
4979:
4980: -- Standard Call to get message count and if count = 1, get message info
4981: fnd_msg_pub.count_and_get (p_count => x_msg_count,
4982: p_data => x_msg_data);
4983:
4984: IF g_debug = 'Y'

Line 5072: -- Standard start of API savepoint

5068: l_accrue_on_receipt_flag VARCHAR2 (1) := 'N';
5069: l_accounting_txn_id NUMBER;
5070: l_ctr_first NUMBER;
5071: BEGIN
5072: -- Standard start of API savepoint
5073: SAVEPOINT insert_txn2_pvt;
5074: l_stmt_num := 0;
5075:
5076: IF g_debug = 'Y'

Line 5085: -- Standard call to check for call compatibility

5081: 'Insert_Txn2 <<'
5082: );
5083: END IF;
5084:
5085: -- Standard call to check for call compatibility
5086: IF NOT fnd_api.compatible_api_call (l_api_version,
5087: p_api_version,
5088: l_api_name,
5089: g_pkg_name

Line 5314: --- Standard check of p_commit

5310: **/
5311:
5312: END LOOP grat_insert;
5313:
5314: --- Standard check of p_commit
5315: IF fnd_api.to_boolean (p_commit)
5316: THEN
5317: COMMIT WORK;
5318: END IF;

Line 5320: -- Standard Call to get message count and if count = 1, get message info

5316: THEN
5317: COMMIT WORK;
5318: END IF;
5319:
5320: -- Standard Call to get message count and if count = 1, get message info
5321: fnd_msg_pub.count_and_get (p_count => x_msg_count,
5322: p_data => x_msg_data);
5323:
5324: IF g_debug = 'Y'

Line 5446: -- Standard start of API savepoint

5442: WHERE pod.po_distribution_id =
5443: NVL (p_po_distribution_id, pod.po_distribution_id)
5444: AND pod.line_location_id = p_po_line_location_id;
5445: BEGIN
5446: -- Standard start of API savepoint
5447: SAVEPOINT create_receiveevents_pvt;
5448: l_stmt_num := 0;
5449:
5450: IF g_debug = 'Y'

Line 5459: -- Standard call to check for call compatibility

5455: 'Create_ReceiveEvents <<'
5456: );
5457: END IF;
5458:
5459: -- Standard call to check for call compatibility
5460: IF NOT fnd_api.compatible_api_call (l_api_version,
5461: p_api_version,
5462: l_api_name,
5463: g_pkg_name

Line 5677: -- case of Standard Receipt. Hence perform all steps for each applicable distribution.

5673: END IF; -- IF l_return_status
5674: END IF; -- IF l_po_org_id
5675:
5676: -- For the receive transaction, the PO distribution may not be available in the
5677: -- case of Standard Receipt. Hence perform all steps for each applicable distribution.
5678: -- If distribution is not available the quantity will be prorated. Furthermore, if
5679: -- there is a project on any of the distributions, and the destination_type_code is
5680: -- expense, the transaction flow should be ignored for just that distribution.
5681: FOR rec_pod IN c_po_distributions_csr (l_po_distribution_id,

Line 6145: --- Standard check of p_commit

6141: RAISE fnd_api.g_exc_unexpected_error;
6142: END IF;
6143: END IF;
6144:
6145: --- Standard check of p_commit
6146: IF fnd_api.to_boolean (p_commit)
6147: THEN
6148: COMMIT WORK;
6149: END IF;

Line 6151: -- Standard Call to get message count and if count = 1, get message info

6147: THEN
6148: COMMIT WORK;
6149: END IF;
6150:
6151: -- Standard Call to get message count and if count = 1, get message info
6152: fnd_msg_pub.count_and_get (p_count => x_msg_count,
6153: p_data => x_msg_data);
6154:
6155: IF g_debug = 'Y'

Line 6263: -- Standard start of API savepoint

6259: l_qualifier_value_tbl inv_transaction_flow_pub.number_tbl;
6260: l_encumbrance_flag VARCHAR2 (1);
6261: l_ussgl_option VARCHAR2 (1);
6262: BEGIN
6263: -- Standard start of API savepoint
6264: SAVEPOINT create_deliver_txns;
6265: l_stmt_num := 0;
6266:
6267: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

Line 6677: -- Standard Call to get message count and if count = 1, get message info

6673: THEN
6674: COMMIT WORK;
6675: END IF;
6676:
6677: -- Standard Call to get message count and if count = 1, get message info
6678: fnd_msg_pub.count_and_get (p_count => x_msg_count,
6679: p_data => x_msg_data);
6680:
6681: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

Line 6780: -- Standard start of API savepoint

6776: l_qualifier_value_tbl inv_transaction_flow_pub.number_tbl;
6777: l_encumbrance_flag VARCHAR2 (1);
6778: l_ussgl_option VARCHAR2 (1);
6779: BEGIN
6780: -- Standard start of API savepoint
6781: SAVEPOINT create_rtrevents_pvt;
6782: l_stmt_num := 0;
6783:
6784: IF g_debug = 'Y'

Line 6793: -- Standard call to check for call compatibility

6789: 'Create_RTREvents <<'
6790: );
6791: END IF;
6792:
6793: -- Standard call to check for call compatibility
6794: IF NOT fnd_api.compatible_api_call (l_api_version,
6795: p_api_version,
6796: l_api_name,
6797: g_pkg_name

Line 7251: -- Standard check of p_commit

7247:
7248: RAISE fnd_api.g_exc_unexpected_error;
7249: END IF;
7250:
7251: -- Standard check of p_commit
7252: IF fnd_api.to_boolean (p_commit)
7253: THEN
7254: COMMIT WORK;
7255: END IF;

Line 7257: -- Standard Call to get message count and if count = 1, get message info

7253: THEN
7254: COMMIT WORK;
7255: END IF;
7256:
7257: -- Standard Call to get message count and if count = 1, get message info
7258: fnd_msg_pub.count_and_get (p_count => x_msg_count,
7259: p_data => x_msg_data);
7260:
7261: IF g_debug = 'Y'

Line 7410: -- Standard start of API savepoint

7406: WHERE pod.po_distribution_id =
7407: NVL (p_po_distribution_id, pod.po_distribution_id)
7408: AND pod.line_location_id = p_po_line_location_id;
7409: BEGIN
7410: -- Standard start of API savepoint
7411: SAVEPOINT create_rtvevents_pvt;
7412: l_stmt_num := 0;
7413:
7414: IF g_debug = 'Y'

Line 7423: -- Standard call to check for call compatibility

7419: 'Create_RTVEvents <<'
7420: );
7421: END IF;
7422:
7423: -- Standard call to check for call compatibility
7424: IF NOT fnd_api.compatible_api_call (l_api_version,
7425: p_api_version,
7426: l_api_name,
7427: g_pkg_name

Line 7628: -- case of Standard Receipt. Hence perform all steps for each applicable distribution.

7624: END IF; -- IF l_return_status
7625: END IF; -- IF l_po_org_id
7626:
7627: -- For the RTV transaction, the PO distribution may not be available in the
7628: -- case of Standard Receipt. Hence perform all steps for each applicable distribution.
7629: -- If distribution is not available the quantity will be prorated. Furthermore, if
7630: -- there is a project on any of the distributions, and the destination_type_code is
7631: -- expense, the transaction flow should be ignored for just that distribution.
7632: FOR rec_pod IN c_po_distributions_csr (l_po_distribution_id,

Line 8020: -- Standard check of p_commit

8016: RAISE fnd_api.g_exc_unexpected_error;
8017: END IF;
8018: END IF;
8019:
8020: -- Standard check of p_commit
8021: IF fnd_api.to_boolean (p_commit)
8022: THEN
8023: COMMIT WORK;
8024: END IF;

Line 8026: -- Standard Call to get message count and if count = 1, get message info

8022: THEN
8023: COMMIT WORK;
8024: END IF;
8025:
8026: -- Standard Call to get message count and if count = 1, get message info
8027: fnd_msg_pub.count_and_get (p_count => x_msg_count,
8028: p_data => x_msg_data);
8029:
8030: IF g_debug = 'Y'

Line 8128: -- Standard call to check for call compatibility

8124: THEN
8125: fnd_log.STRING (fnd_log.level_procedure, c_log_module, 'Begin...');
8126: END IF;
8127:
8128: -- Standard call to check for call compatibility
8129: IF NOT fnd_api.compatible_api_call (l_api_version,
8130: p_api_version,
8131: l_api_name,
8132: g_pkg_name

Line 8353: --- Standard check of p_commit

8349: END IF;
8350:
8351: l_stmt_num := 120;
8352:
8353: --- Standard check of p_commit
8354: IF fnd_api.to_boolean (p_commit)
8355: THEN
8356: COMMIT WORK;
8357: END IF;

Line 8359: -- Standard Call to get message count and if count = 1, get message info

8355: THEN
8356: COMMIT WORK;
8357: END IF;
8358:
8359: -- Standard Call to get message count and if count = 1, get message info
8360: fnd_msg_pub.count_and_get (p_count => x_msg_count,
8361: p_data => x_msg_data);
8362:
8363: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

Line 8544: -- Standard start of API savepoint

8540: RETURN;
8541: END IF;
8542: /* INVCONV ANTHIYAG Bug#5529309 18-Sep-2006 End */
8543:
8544: -- Standard start of API savepoint
8545: SAVEPOINT create_adjust_txns_pvt;
8546: l_stmt_num := 0;
8547:
8548: IF g_debug = 'Y'

Line 8557: -- Standard call to check for call compatibility

8553: 'Create_Adjust_Txns <<'
8554: );
8555: END IF;
8556:
8557: -- Standard call to check for call compatibility
8558: IF NOT fnd_api.compatible_api_call (l_api_version,
8559: p_api_version,
8560: l_api_name,
8561: g_pkg_name

Line 8920: --- Standard check of p_commit

8916: RAISE fnd_api.g_exc_unexpected_error;
8917: END IF;
8918: END IF;
8919:
8920: --- Standard check of p_commit
8921: IF fnd_api.to_boolean (p_commit)
8922: THEN
8923: COMMIT WORK;
8924: END IF;

Line 8926: -- Standard Call to get message count and if count = 1, get message info

8922: THEN
8923: COMMIT WORK;
8924: END IF;
8925:
8926: -- Standard Call to get message count and if count = 1, get message info
8927: fnd_msg_pub.count_and_get (p_count => x_msg_count,
8928: p_data => x_msg_data);
8929:
8930: IF g_debug = 'Y'