DBA Data[Home] [Help]

APPS.RCV_SEEDEVENTS_PVT dependencies on STANDARD

Line 136: -- Standard start of API savepoint

132: l_encumbrance_flag VARCHAR2(1);
133: l_ussgl_option VARCHAR2(1);
134:
135: BEGIN
136: -- Standard start of API savepoint
137: SAVEPOINT Seed_RAEEvent_PVT;
138:
139: l_stmt_num := 0;
140:

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

142: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin'
143: ,'Seed_RAEEvent <<');
144: END IF;
145:
146: -- Standard call to check for call compatibility
147: IF NOT FND_API.Compatible_API_Call (
148: l_api_version,
149: p_api_version,
150: l_api_name,

Line 633: --- Standard check of p_commit

629:
630:
631: x_rcv_event := l_rcv_event;
632:
633: --- Standard check of p_commit
634: IF FND_API.to_Boolean(p_commit) THEN
635: COMMIT WORK;
636: END IF;
637:

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

634: IF FND_API.to_Boolean(p_commit) THEN
635: COMMIT WORK;
636: END IF;
637:
638: -- Standard Call to get message count and if count = 1, get message info
639: FND_MSG_PUB.Count_And_Get (
640: p_count => x_msg_count,
641: p_data => x_msg_data );
642:

Line 745: -- Standard start of API savepoint

741: l_parent_txn_id NUMBER;
742: l_par_rcv_txn_type RCV_Transactions.transaction_type%TYPE;
743:
744: BEGIN
745: -- Standard start of API savepoint
746: SAVEPOINT Get_TransactionAmount_PVT;
747:
748: l_stmt_num := 0;
749:

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

751: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin'
752: ,'Get_TransactionAmount <<');
753: END IF;
754:
755: -- Standard call to check for call compatibility
756: IF NOT FND_API.Compatible_API_Call (
757: l_api_version,
758: p_api_version,
759: l_api_name,

Line 885: --- Standard check of p_commit

881: END IF;
882:
883:
884:
885: --- Standard check of p_commit
886: IF FND_API.to_Boolean(p_commit) THEN
887: COMMIT WORK;
888: END IF;
889:

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

886: IF FND_API.to_Boolean(p_commit) THEN
887: COMMIT WORK;
888: END IF;
889:
890: -- Standard Call to get message count and if count = 1, get message info
891: FND_MSG_PUB.Count_And_Get (
892: p_count => x_msg_count,
893: p_data => x_msg_data );
894:

Line 1001: -- Standard start of API savepoint

997: l_par_rcv_txn_type RCV_Transactions.transaction_type%TYPE;
998:
999:
1000: BEGIN
1001: -- Standard start of API savepoint
1002: SAVEPOINT Get_Quantity_PVT;
1003:
1004: l_stmt_num := 0;
1005:

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

1008: ,'Get_Quantity <<');
1009: END IF;
1010:
1011:
1012: -- Standard call to check for call compatibility
1013: IF NOT FND_API.Compatible_API_Call (
1014: l_api_version,
1015: p_api_version,
1016: l_api_name,

Line 1151: --- Standard check of p_commit

1147: ,l_api_message);
1148: END IF;
1149:
1150:
1151: --- Standard check of p_commit
1152: IF FND_API.to_Boolean(p_commit) THEN
1153: COMMIT WORK;
1154: END IF;
1155:

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

1152: IF FND_API.to_Boolean(p_commit) THEN
1153: COMMIT WORK;
1154: END IF;
1155:
1156: -- Standard Call to get message count and if count = 1, get message info
1157: FND_MSG_PUB.Count_And_Get (
1158: p_count => x_msg_count,
1159: p_data => x_msg_data );
1160:

Line 1282: -- Standard start of API savepoint

1278: l_incr_currency_code RCV_ACCOUNTING_EVENTS.CURRENCY_CODE%TYPE;
1279: l_incr_transfer_price NUMBER;
1280:
1281: BEGIN
1282: -- Standard start of API savepoint
1283: SAVEPOINT Get_UnitPrice_PVT;
1284:
1285: l_stmt_num := 0;
1286:

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

1288: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin'
1289: ,'Get_UnitPrice <<');
1290: END IF;
1291:
1292: -- Standard call to check for call compatibility
1293: IF NOT FND_API.Compatible_API_Call (
1294: l_api_version,
1295: p_api_version,
1296: l_api_name,

Line 1513: -- Standard check of p_commit

1509: END IF;
1510:
1511:
1512:
1513: -- Standard check of p_commit
1514: IF FND_API.to_Boolean(p_commit) THEN
1515: COMMIT WORK;
1516: END IF;
1517:

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

1514: IF FND_API.to_Boolean(p_commit) THEN
1515: COMMIT WORK;
1516: END IF;
1517:
1518: -- Standard Call to get message count and if count = 1, get message info
1519: FND_MSG_PUB.Count_And_Get (
1520: p_count => x_msg_count,
1521: p_data => x_msg_data );
1522:

Line 1638: -- Standard start of API savepoint

1634: l_err_code VARCHAR2(240);
1635: l_err_msg VARCHAR2(240);
1636:
1637: BEGIN
1638: -- Standard start of API savepoint
1639: SAVEPOINT Get_UnitTax_PVT;
1640:
1641: l_stmt_num := 0;
1642: l_hook_used:= 0;

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

1645: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin'
1646: ,'Get_UnitTax <<');
1647: END IF;
1648:
1649: -- Standard call to check for call compatibility
1650: IF NOT FND_API.Compatible_API_Call (
1651: l_api_version,
1652: p_api_version,
1653: l_api_name,

Line 1804: --- Standard check of p_commit

1800: ,l_api_message);
1801: END IF;
1802:
1803:
1804: --- Standard check of p_commit
1805: IF FND_API.to_Boolean(p_commit) THEN
1806: COMMIT WORK;
1807: END IF;
1808:

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

1805: IF FND_API.to_Boolean(p_commit) THEN
1806: COMMIT WORK;
1807: END IF;
1808:
1809: -- Standard Call to get message count and if count = 1, get message info
1810: FND_MSG_PUB.Count_And_Get (
1811: p_count => x_msg_count,
1812: p_data => x_msg_data );
1813:

Line 1937: -- Standard check for compatibility

1933: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD ||l_api_name||'.begin'
1934: ,'Convert_UOM <<');
1935: END IF;
1936:
1937: -- Standard check for compatibility
1938: IF NOT FND_API.Compatible_API_Call (
1939: l_api_version,
1940: P_API_VERSION,
1941: l_api_name,

Line 2051: -- Standard check of P_COMMIT

2047: END IF;
2048:
2049: -- End of API body
2050:
2051: -- Standard check of P_COMMIT
2052: IF FND_API.to_Boolean(P_COMMIT) THEN
2053: COMMIT WORK;
2054: END IF;
2055:

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

2195: BEGIN
2196:
2197: SAVEPOINT Get_Currency_PVT;
2198:
2199: -- Standard call to check for call compatibility
2200: IF NOT FND_API.Compatible_API_Call (
2201: l_api_version,
2202: p_api_version,
2203: l_api_name,

Line 2315: -- Standard check of P_COMMIT

2311: p_count => X_MSG_COUNT,
2312: p_data => X_MSG_DATA );
2313:
2314:
2315: -- Standard check of P_COMMIT
2316: IF FND_API.to_Boolean(P_COMMIT) THEN
2317: COMMIT WORK;
2318: END IF;
2319:

Line 2467: -- Standard start of API savepoint

2463: l_parent_trx_type rcv_transactions.transaction_type%TYPE;
2464: l_parent_trx_id NUMBER;
2465: l_account_flag NUMBER := 0;
2466: BEGIN
2467: -- Standard start of API savepoint
2468: SAVEPOINT Get_Accounts_PVT;
2469:
2470: l_stmt_num := 0;
2471:

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

2474: ,'Get_Accounts <<');
2475:
2476: END IF;
2477:
2478: -- Standard call to check for call compatibility
2479: IF NOT FND_API.Compatible_API_Call (
2480: l_api_version,
2481: p_api_version,
2482: l_api_name,

Line 2883: -- Standard check of p_commit

2879: RAISE FND_API.g_exc_error;
2880: END IF;
2881:
2882:
2883: -- Standard check of p_commit
2884: IF FND_API.to_Boolean(p_commit) THEN
2885: COMMIT WORK;
2886: END IF;
2887:

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

2884: IF FND_API.to_Boolean(p_commit) THEN
2885: COMMIT WORK;
2886: END IF;
2887:
2888: -- Standard Call to get message count and if count = 1, get message info
2889: FND_MSG_PUB.Count_And_Get (
2890: p_count => x_msg_count,
2891: p_data => x_msg_data );
2892:

Line 2995: -- Standard start of API savepoint

2991: l_dist_acct_id NUMBER;
2992: l_account_flag NUMBER;
2993:
2994: BEGIN
2995: -- Standard start of API savepoint
2996: SAVEPOINT Get_HookAccount_PVT;
2997:
2998: l_stmt_num := 0;
2999:

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

3002: ,'Get_HookAccount <<');
3003:
3004: END IF;
3005:
3006: -- Standard call to check for call compatibility
3007: IF NOT FND_API.Compatible_API_Call (
3008: l_api_version,
3009: p_api_version,
3010: l_api_name,

Line 3072: -- Standard check of p_commit

3068: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,G_LOG_HEAD||'.'||l_api_name||'.'||l_stmt_num
3069: ,l_api_message);
3070: END IF;
3071:
3072: -- Standard check of p_commit
3073: IF FND_API.to_Boolean(p_commit) THEN
3074: COMMIT WORK;
3075: END IF;
3076:

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

3073: IF FND_API.to_Boolean(p_commit) THEN
3074: COMMIT WORK;
3075: END IF;
3076:
3077: -- Standard Call to get message count and if count = 1, get message info
3078: FND_MSG_PUB.Count_And_Get (
3079: p_count => x_msg_count,
3080: p_data => x_msg_data );
3081:

Line 3194: -- Standard start of API savepoint

3190:
3191: l_ctr_first NUMBER;
3192:
3193: BEGIN
3194: -- Standard start of API savepoint
3195: SAVEPOINT Insert_RAEEvents_PVT;
3196:
3197: l_stmt_num := 0;
3198:

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

3201: ,'Insert_RAEEvents <<');
3202:
3203: END IF;
3204:
3205: -- Standard call to check for call compatibility
3206: IF NOT FND_API.Compatible_API_Call (
3207: l_api_version,
3208: p_api_version,
3209: l_api_name,

Line 3491: --- Standard check of p_commit

3487: END LOOP;
3488:
3489:
3490:
3491: --- Standard check of p_commit
3492: IF FND_API.to_Boolean(p_commit) THEN
3493: COMMIT WORK;
3494: END IF;
3495:

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

3492: IF FND_API.to_Boolean(p_commit) THEN
3493: COMMIT WORK;
3494: END IF;
3495:
3496: -- Standard Call to get message count and if count = 1, get message info
3497: FND_MSG_PUB.Count_And_Get (
3498: p_count => x_msg_count,
3499: p_data => x_msg_data );
3500:

Line 3605: -- Standard start of API savepoint

3601:
3602: l_encumbrance_flag VARCHAR2(1);
3603:
3604: BEGIN
3605: -- Standard start of API savepoint
3606: SAVEPOINT Check_EncumbranceFlag_PVT;
3607:
3608: l_stmt_num := 0;
3609:

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

3611: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin'
3612: ,'Check_EncumbranceFlag <<');
3613: END IF;
3614:
3615: -- Standard call to check for call compatibility
3616: IF NOT FND_API.Compatible_API_Call (
3617: l_api_version,
3618: p_api_version,
3619: l_api_name,

Line 3650: -- Standard check of p_commit

3646: ,l_api_message);
3647: END IF;
3648:
3649:
3650: -- Standard check of p_commit
3651: IF FND_API.to_Boolean(p_commit) THEN
3652: COMMIT WORK;
3653: END IF;
3654:

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

3651: IF FND_API.to_Boolean(p_commit) THEN
3652: COMMIT WORK;
3653: END IF;
3654:
3655: -- Standard Call to get message count and if count = 1, get message info
3656: FND_MSG_PUB.Count_And_Get (
3657: p_count => x_msg_count,
3658: p_data => x_msg_data );
3659:

Line 3764: -- Standard start of API savepoint

3760:
3761: invalid_event EXCEPTION;
3762: BEGIN
3763:
3764: -- Standard start of API savepoint
3765: SAVEPOINT Insert_MMTEvents_PVT;
3766:
3767: l_stmt_num := 0;
3768:

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

3770: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD ||l_api_name||'.begin'
3771: ,'Insert_MMTEvents <<');
3772: END IF;
3773:
3774: -- Standard call to check for call compatibility
3775: IF NOT FND_API.Compatible_API_Call (
3776: l_api_version,
3777: p_api_version,
3778: l_api_name,

Line 4087: -- Standard check of p_commit

4083: END IF;
4084:
4085: -- End API Body
4086:
4087: -- Standard check of p_commit
4088: IF FND_API.to_Boolean(p_commit) THEN
4089: COMMIT WORK;
4090: END IF;
4091:

Line 4242: -- Standard start of API savepoint

4238:
4239: invalid_txn_type EXCEPTION;
4240: BEGIN
4241:
4242: -- Standard start of API savepoint
4243: SAVEPOINT Create_MMTRecord_PVT;
4244:
4245: IF G_DEBUG = 'Y' AND FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
4246: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD ||'.'||l_api_name||'.begin'

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

4246: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD ||'.'||l_api_name||'.begin'
4247: ,'Create_MMTRecord <<');
4248: END IF;
4249:
4250: -- Standard call to check for call compatibility
4251: IF NOT FND_API.Compatible_API_Call (
4252: l_api_version,
4253: p_api_version,
4254: l_api_name,

Line 4455: -- Standard check of p_commit

4451:
4452: X_INV_TRX := l_inv_trx;
4453: -- ***************
4454:
4455: -- Standard check of p_commit
4456: IF FND_API.to_Boolean(p_commit) THEN
4457: COMMIT WORK;
4458: END IF;
4459:

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

4456: IF FND_API.to_Boolean(p_commit) THEN
4457: COMMIT WORK;
4458: END IF;
4459:
4460: -- Standard Call to get message count and if count = 1, get message info
4461: FND_MSG_PUB.Count_And_Get (
4462: p_count => x_msg_count,
4463: p_data => x_msg_data );
4464: