DBA Data[Home] [Help]

APPS.IBY_PAYMENT_ADAPTER_PUB dependencies on STANDARD

Line 684: -- Standard Start of API savepoint

680: iby_debug_pub.add(debug_msg => 'Enter',
681: debug_level => FND_LOG.LEVEL_PROCEDURE,
682: module => G_DEBUG_MODULE || '.OraPmtReq');
683:
684: -- Standard Start of API savepoint
685: --SAVEPOINT OraPmtReq_PUB;
686:
687: /* ***** Performing Validations, Initializations
688: for Standard IN, OUT Parameters ***** */

Line 688: for Standard IN, OUT Parameters ***** */

684: -- Standard Start of API savepoint
685: --SAVEPOINT OraPmtReq_PUB;
686:
687: /* ***** Performing Validations, Initializations
688: for Standard IN, OUT Parameters ***** */
689:
690: -- Standard call to check for call compatibility.
691: IF NOT FND_API.Compatible_API_Call ( l_api_version,
692: p_api_version,

Line 690: -- Standard call to check for call compatibility.

686:
687: /* ***** Performing Validations, Initializations
688: for Standard IN, OUT Parameters ***** */
689:
690: -- Standard call to check for call compatibility.
691: IF NOT FND_API.Compatible_API_Call ( l_api_version,
692: p_api_version,
693: l_api_name,
694: G_PKG_NAME )

Line 1048: -- Standard check of p_commit.

1044:
1045: -- Use for Debugging
1046: --dbms_output.put_line('after successfully mapping results');
1047:
1048: -- Standard check of p_commit.
1049: /*
1050: IF FND_API.To_Boolean( p_commit ) THEN
1051: COMMIT WORK;
1052: END IF;

Line 1055: -- Standard call to get message count and if count is 1, get message info.

1051: COMMIT WORK;
1052: END IF;
1053: */
1054:
1055: -- Standard call to get message count and if count is 1, get message info.
1056: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
1057: p_data => x_msg_data
1058: );
1059:

Line 1189: -- Standard Start of API savepoint

1185: --Defining a local variable to hold the payment instrument type.
1186: l_pmtinstr_type VARCHAR2(200);
1187:
1188: BEGIN
1189: -- Standard Start of API savepoint
1190: --SAVEPOINT OraPmtMod_PUB;
1191:
1192: /* ***** Performing Validations, Initializations
1193: for Standard IN, OUT Parameters ***** */

Line 1193: for Standard IN, OUT Parameters ***** */

1189: -- Standard Start of API savepoint
1190: --SAVEPOINT OraPmtMod_PUB;
1191:
1192: /* ***** Performing Validations, Initializations
1193: for Standard IN, OUT Parameters ***** */
1194:
1195: -- Standard call to check for call compatibility.
1196: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1197: p_api_version,

Line 1195: -- Standard call to check for call compatibility.

1191:
1192: /* ***** Performing Validations, Initializations
1193: for Standard IN, OUT Parameters ***** */
1194:
1195: -- Standard call to check for call compatibility.
1196: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1197: p_api_version,
1198: l_api_name,
1199: G_PKG_NAME )

Line 1354: -- Standard check of p_commit.

1350: END IF;
1351:
1352: -- END OF BODY OF API
1353:
1354: -- Standard check of p_commit.
1355: /*
1356: IF FND_API.To_Boolean( p_commit ) THEN
1357: COMMIT WORK;
1358: END IF;

Line 1361: -- Standard call to get message count and if count is 1, get message info.

1357: COMMIT WORK;
1358: END IF;
1359: */
1360:
1361: -- Standard call to get message count and if count is 1, get message info.
1362: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
1363: p_data => x_msg_data
1364: );
1365: EXCEPTION

Line 1461: -- Standard Start of API savepoint

1457: FROM IBY_PAYMENTS_V
1458: WHERE transactionid = p_canctrxn_rec.Trxn_ID;
1459:
1460: BEGIN
1461: -- Standard Start of API savepoint
1462: --SAVEPOINT OraPmtCanc_PUB;
1463:
1464: /* ***** Performing Validations, Initializations
1465: for Standard IN, OUT Parameters ***** */

Line 1465: for Standard IN, OUT Parameters ***** */

1461: -- Standard Start of API savepoint
1462: --SAVEPOINT OraPmtCanc_PUB;
1463:
1464: /* ***** Performing Validations, Initializations
1465: for Standard IN, OUT Parameters ***** */
1466:
1467: -- Standard call to check for call compatibility.
1468: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1469: p_api_version,

Line 1467: -- Standard call to check for call compatibility.

1463:
1464: /* ***** Performing Validations, Initializations
1465: for Standard IN, OUT Parameters ***** */
1466:
1467: -- Standard call to check for call compatibility.
1468: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1469: p_api_version,
1470: l_api_name,
1471: G_PKG_NAME )

Line 1603: -- Standard check of p_commit.

1599: END IF;
1600:
1601: -- END OF BODY OF API
1602:
1603: -- Standard check of p_commit.
1604: /*
1605: IF FND_API.To_Boolean( p_commit ) THEN
1606: COMMIT WORK;
1607: END IF;

Line 1610: -- Standard call to get message count and if count is 1, get message info.

1606: COMMIT WORK;
1607: END IF;
1608: */
1609:
1610: -- Standard call to get message count and if count is 1, get message info.
1611: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
1612: p_data => x_msg_data
1613: );
1614: EXCEPTION

Line 1713: -- Standard Start of API savepoint

1709: FROM IBY_PAYMENTS_V
1710: WHERE transactionid = p_querytrxn_rec.Trxn_ID;
1711:
1712: BEGIN
1713: -- Standard Start of API savepoint
1714: --SAVEPOINT OraPmtQryTrxn_PUB;
1715:
1716: /* ***** Performing Validations, Initializations
1717: for Standard IN, OUT Parameters ***** */

Line 1717: for Standard IN, OUT Parameters ***** */

1713: -- Standard Start of API savepoint
1714: --SAVEPOINT OraPmtQryTrxn_PUB;
1715:
1716: /* ***** Performing Validations, Initializations
1717: for Standard IN, OUT Parameters ***** */
1718:
1719: -- Standard call to check for call compatibility.
1720: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1721: p_api_version,

Line 1719: -- Standard call to check for call compatibility.

1715:
1716: /* ***** Performing Validations, Initializations
1717: for Standard IN, OUT Parameters ***** */
1718:
1719: -- Standard call to check for call compatibility.
1720: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1721: p_api_version,
1722: l_api_name,
1723: G_PKG_NAME )

Line 1910: -- Standard check of p_commit.

1906:
1907: -- END OF BODY OF API
1908:
1909:
1910: -- Standard check of p_commit.
1911: /*
1912: IF FND_API.To_Boolean( p_commit ) THEN
1913: COMMIT WORK;
1914: END IF;

Line 1917: -- Standard call to get message count and if count is 1, get message info.

1913: COMMIT WORK;
1914: END IF;
1915: */
1916:
1917: -- Standard call to get message count and if count is 1, get message info.
1918: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
1919: p_data => x_msg_data
1920: );
1921: EXCEPTION

Line 2009: -- Standard Start of API savepoint

2005: l_db_nls p_capturetrxn_rec.NLS_LANG%TYPE := NULL;
2006: l_ecapp_nls p_capturetrxn_rec.NLS_LANG%TYPE := NULL;
2007:
2008: BEGIN
2009: -- Standard Start of API savepoint
2010: --SAVEPOINT OraPmtCapture_PUB;
2011:
2012: /* ***** Performing Validations, Initializations
2013: for Standard IN, OUT Parameters ***** */

Line 2013: for Standard IN, OUT Parameters ***** */

2009: -- Standard Start of API savepoint
2010: --SAVEPOINT OraPmtCapture_PUB;
2011:
2012: /* ***** Performing Validations, Initializations
2013: for Standard IN, OUT Parameters ***** */
2014:
2015: -- Standard call to check for call compatibility.
2016: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2017: p_api_version,

Line 2015: -- Standard call to check for call compatibility.

2011:
2012: /* ***** Performing Validations, Initializations
2013: for Standard IN, OUT Parameters ***** */
2014:
2015: -- Standard call to check for call compatibility.
2016: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2017: p_api_version,
2018: l_api_name,
2019: G_PKG_NAME )

Line 2160: -- Standard check of p_commit.

2156: END IF;
2157:
2158: -- END OF BODY OF API
2159:
2160: -- Standard check of p_commit.
2161: /*
2162: IF FND_API.To_Boolean( p_commit ) THEN
2163: COMMIT WORK;
2164: END IF;

Line 2167: -- Standard call to get message count and if count is 1, get message info.

2163: COMMIT WORK;
2164: END IF;
2165: */
2166:
2167: -- Standard call to get message count and if count is 1, get message info.
2168: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
2169: p_data => x_msg_data
2170: );
2171: EXCEPTION

Line 2259: -- Standard Start of API savepoint

2255: l_db_nls p_returntrxn_rec.NLS_LANG%TYPE := NULL;
2256: l_ecapp_nls p_returntrxn_rec.NLS_LANG%TYPE := NULL;
2257:
2258: BEGIN
2259: -- Standard Start of API savepoint
2260: --SAVEPOINT OraPmtReturn_PUB;
2261:
2262: /* ***** Performing Validations, Initializations
2263: for Standard IN, OUT Parameters ***** */

Line 2263: for Standard IN, OUT Parameters ***** */

2259: -- Standard Start of API savepoint
2260: --SAVEPOINT OraPmtReturn_PUB;
2261:
2262: /* ***** Performing Validations, Initializations
2263: for Standard IN, OUT Parameters ***** */
2264:
2265: -- Standard call to check for call compatibility.
2266: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2267: p_api_version,

Line 2265: -- Standard call to check for call compatibility.

2261:
2262: /* ***** Performing Validations, Initializations
2263: for Standard IN, OUT Parameters ***** */
2264:
2265: -- Standard call to check for call compatibility.
2266: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2267: p_api_version,
2268: l_api_name,
2269: G_PKG_NAME )

Line 2404: -- Standard check of p_commit.

2400: END IF;
2401:
2402: -- END OF BODY OF API
2403:
2404: -- Standard check of p_commit.
2405: /*
2406: IF FND_API.To_Boolean( p_commit ) THEN
2407: COMMIT WORK;
2408: END IF;

Line 2411: -- Standard call to get message count and if count is 1, get message info.

2407: COMMIT WORK;
2408: END IF;
2409: */
2410:
2411: -- Standard call to get message count and if count is 1, get message info.
2412: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
2413: p_data => x_msg_data
2414: );
2415: EXCEPTION

Line 2504: -- Standard Start of API savepoint

2500: l_ecapp_nls p_voidtrxn_rec.NLS_LANG%TYPE := NULL;
2501:
2502: v_trxnTimestamp DATE := NULL;
2503: BEGIN
2504: -- Standard Start of API savepoint
2505: --SAVEPOINT OraPmtVoid_PUB;
2506:
2507: /* ***** Performing Validations, Initializations
2508: for Standard IN, OUT Parameters ***** */

Line 2508: for Standard IN, OUT Parameters ***** */

2504: -- Standard Start of API savepoint
2505: --SAVEPOINT OraPmtVoid_PUB;
2506:
2507: /* ***** Performing Validations, Initializations
2508: for Standard IN, OUT Parameters ***** */
2509:
2510: -- Standard call to check for call compatibility.
2511: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2512: p_api_version,

Line 2510: -- Standard call to check for call compatibility.

2506:
2507: /* ***** Performing Validations, Initializations
2508: for Standard IN, OUT Parameters ***** */
2509:
2510: -- Standard call to check for call compatibility.
2511: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2512: p_api_version,
2513: l_api_name,
2514: G_PKG_NAME )

Line 2676: -- Standard check of p_commit.

2672:
2673: -- END OF BODY OF API
2674:
2675:
2676: -- Standard check of p_commit.
2677: /*
2678: IF FND_API.To_Boolean( p_commit ) THEN
2679: COMMIT WORK;
2680: END IF;

Line 2683: -- Standard call to get message count and if count is 1, get message info.

2679: COMMIT WORK;
2680: END IF;
2681: */
2682:
2683: -- Standard call to get message count and if count is 1, get message info.
2684: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
2685: p_data => x_msg_data
2686: );
2687: EXCEPTION

Line 2783: -- Standard Start of API savepoint

2779: --Defining a local variable to hold the payment instrument type.
2780: l_pmtinstr_type VARCHAR2(200);
2781:
2782: BEGIN
2783: -- Standard Start of API savepoint
2784: --SAVEPOINT OraPmtCredit_PUB;
2785:
2786: /* ***** Performing Validations, Initializations
2787: for Standard IN, OUT Parameters ***** */

Line 2787: for Standard IN, OUT Parameters ***** */

2783: -- Standard Start of API savepoint
2784: --SAVEPOINT OraPmtCredit_PUB;
2785:
2786: /* ***** Performing Validations, Initializations
2787: for Standard IN, OUT Parameters ***** */
2788:
2789: -- Standard call to check for call compatibility.
2790: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2791: p_api_version,

Line 2789: -- Standard call to check for call compatibility.

2785:
2786: /* ***** Performing Validations, Initializations
2787: for Standard IN, OUT Parameters ***** */
2788:
2789: -- Standard call to check for call compatibility.
2790: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2791: p_api_version,
2792: l_api_name,
2793: G_PKG_NAME )

Line 2971: -- Standard check of p_commit.

2967: END IF;
2968:
2969: -- END OF BODY OF API
2970:
2971: -- Standard check of p_commit.
2972: /*
2973: IF FND_API.To_Boolean( p_commit ) THEN
2974: COMMIT WORK;
2975: END IF;

Line 2978: -- Standard call to get message count and if count is 1, get message info.

2974: COMMIT WORK;
2975: END IF;
2976: */
2977:
2978: -- Standard call to get message count and if count is 1, get message info.
2979: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
2980: p_data => x_msg_data
2981: );
2982: EXCEPTION

Line 3070: -- Standard Start of API savepoint

3066: ORDER BY payeeid, payerid, tangibleid;
3067:
3068: BEGIN
3069:
3070: -- Standard Start of API savepoint
3071: --SAVEPOINT OraPmtInq_PUB;
3072:
3073: /* ***** Performing Validations, Initializations
3074: for Standard IN, OUT Parameters ***** */

Line 3074: for Standard IN, OUT Parameters ***** */

3070: -- Standard Start of API savepoint
3071: --SAVEPOINT OraPmtInq_PUB;
3072:
3073: /* ***** Performing Validations, Initializations
3074: for Standard IN, OUT Parameters ***** */
3075:
3076: -- Standard call to check for call compatibility.
3077: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3078: p_api_version,

Line 3076: -- Standard call to check for call compatibility.

3072:
3073: /* ***** Performing Validations, Initializations
3074: for Standard IN, OUT Parameters ***** */
3075:
3076: -- Standard call to check for call compatibility.
3077: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3078: p_api_version,
3079: l_api_name,
3080: G_PKG_NAME )

Line 3136: -- Standard check of p_commit.

3132: x_inqresp_rec.Response.Status := 0;
3133: -- END OF BODY OF API
3134:
3135:
3136: -- Standard check of p_commit.
3137: /*
3138: IF FND_API.To_Boolean( p_commit ) THEN
3139: COMMIT WORK;
3140: END IF;

Line 3143: -- Standard call to get message count and if count is 1, get message info.

3139: COMMIT WORK;
3140: END IF;
3141: */
3142:
3143: -- Standard call to get message count and if count is 1, get message info.
3144: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
3145: p_data => x_msg_data
3146: );
3147: EXCEPTION

Line 3241: -- Standard Start of API savepoint

3237: l_ecapp_nls p_batchtrxn_rec.NLS_LANG%TYPE := NULL;
3238:
3239: BEGIN
3240:
3241: -- Standard Start of API savepoint
3242: --SAVEPOINT OraPmtCloseBatch_PUB;
3243:
3244: /* ***** Performing Validations, Initializations
3245: for Standard IN, OUT Parameters ***** */

Line 3245: for Standard IN, OUT Parameters ***** */

3241: -- Standard Start of API savepoint
3242: --SAVEPOINT OraPmtCloseBatch_PUB;
3243:
3244: /* ***** Performing Validations, Initializations
3245: for Standard IN, OUT Parameters ***** */
3246:
3247: -- Standard call to check for call compatibility.
3248: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3249: p_api_version,

Line 3247: -- Standard call to check for call compatibility.

3243:
3244: /* ***** Performing Validations, Initializations
3245: for Standard IN, OUT Parameters ***** */
3246:
3247: -- Standard call to check for call compatibility.
3248: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3249: p_api_version,
3250: l_api_name,
3251: G_PKG_NAME )

Line 3451: -- Standard check of p_commit.

3447: END IF;
3448:
3449: -- END OF BODY OF API
3450:
3451: -- Standard check of p_commit.
3452: /*
3453: IF FND_API.To_Boolean( p_commit ) THEN
3454: COMMIT WORK;
3455: END IF;

Line 3458: -- Standard call to get message count and if count is 1, get message info.

3454: COMMIT WORK;
3455: END IF;
3456: */
3457:
3458: -- Standard call to get message count and if count is 1, get message info.
3459: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
3460: p_data => x_msg_data
3461: );
3462: EXCEPTION

Line 3554: -- Standard Start of API savepoint

3550: l_ecapp_nls p_batchtrxn_rec.NLS_LANG%TYPE := NULL;
3551:
3552: BEGIN
3553:
3554: -- Standard Start of API savepoint
3555: --SAVEPOINT OraPmtQueryBatch_PUB;
3556:
3557: /* ***** Performing Validations, Initializations
3558: for Standard IN, OUT Parameters ***** */

Line 3558: for Standard IN, OUT Parameters ***** */

3554: -- Standard Start of API savepoint
3555: --SAVEPOINT OraPmtQueryBatch_PUB;
3556:
3557: /* ***** Performing Validations, Initializations
3558: for Standard IN, OUT Parameters ***** */
3559:
3560: -- Standard call to check for call compatibility.
3561: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3562: p_api_version,

Line 3560: -- Standard call to check for call compatibility.

3556:
3557: /* ***** Performing Validations, Initializations
3558: for Standard IN, OUT Parameters ***** */
3559:
3560: -- Standard call to check for call compatibility.
3561: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3562: p_api_version,
3563: l_api_name,
3564: G_PKG_NAME )

Line 3747: -- Standard check of p_commit.

3743:
3744: -- END OF BODY OF API
3745:
3746:
3747: -- Standard check of p_commit.
3748: /*
3749: IF FND_API.To_Boolean( p_commit ) THEN
3750: COMMIT WORK;
3751: END IF;

Line 3754: -- Standard call to get message count and if count is 1, get message info.

3750: COMMIT WORK;
3751: END IF;
3752: */
3753:
3754: -- Standard call to get message count and if count is 1, get message info.
3755: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
3756: p_data => x_msg_data
3757: );
3758: EXCEPTION

Line 3910: -- Standard Start of API savepoint

3906: l_ecapp_nls VARCHAR2(80) := NULL;
3907:
3908: BEGIN
3909:
3910: -- Standard Start of API savepoint
3911: --SAVEPOINT OraRiskEval_PUB;
3912:
3913:
3914: /* ***** Performing Validations, Initializations

Line 3915: for Standard IN, OUT Parameters ***** */

3911: --SAVEPOINT OraRiskEval_PUB;
3912:
3913:
3914: /* ***** Performing Validations, Initializations
3915: for Standard IN, OUT Parameters ***** */
3916:
3917: -- Standard call to check for call compatibility.
3918: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3919: p_api_version,

Line 3917: -- Standard call to check for call compatibility.

3913:
3914: /* ***** Performing Validations, Initializations
3915: for Standard IN, OUT Parameters ***** */
3916:
3917: -- Standard call to check for call compatibility.
3918: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3919: p_api_version,
3920: l_api_name,
3921: G_PKG_NAME )

Line 4043: -- Standard check of p_commit.

4039: END IF;
4040:
4041: -- END OF BODY OF API
4042:
4043: -- Standard check of p_commit.
4044: /*
4045: IF FND_API.To_Boolean( p_commit ) THEN
4046: COMMIT WORK;
4047: END IF;

Line 4050: -- Standard call to get message count and if count is 1, get message info.

4046: COMMIT WORK;
4047: END IF;
4048: */
4049:
4050: -- Standard call to get message count and if count is 1, get message info.
4051: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
4052: p_data => x_msg_data
4053: );
4054: EXCEPTION

Line 4146: -- Standard Start of API savepoint

4142: l_ecapp_nls VARCHAR2(80) := NULL;
4143:
4144: BEGIN
4145:
4146: -- Standard Start of API savepoint
4147: --SAVEPOINT OraRiskEval_PUB;
4148:
4149:
4150: /* ***** Performing Validations, Initializations

Line 4151: for Standard IN, OUT Parameters ***** */

4147: --SAVEPOINT OraRiskEval_PUB;
4148:
4149:
4150: /* ***** Performing Validations, Initializations
4151: for Standard IN, OUT Parameters ***** */
4152:
4153: -- Standard call to check for call compatibility.
4154: IF NOT FND_API.Compatible_API_Call ( l_api_version,
4155: p_api_version,

Line 4153: -- Standard call to check for call compatibility.

4149:
4150: /* ***** Performing Validations, Initializations
4151: for Standard IN, OUT Parameters ***** */
4152:
4153: -- Standard call to check for call compatibility.
4154: IF NOT FND_API.Compatible_API_Call ( l_api_version,
4155: p_api_version,
4156: l_api_name,
4157: G_PKG_NAME )

Line 4270: -- Standard check of p_commit.

4266: END IF;
4267:
4268: -- END OF BODY OF API
4269:
4270: -- Standard check of p_commit.
4271: /*
4272: IF FND_API.To_Boolean( p_commit ) THEN
4273: COMMIT WORK;
4274: END IF;

Line 4277: -- Standard call to get message count and if count is 1, get message info.

4273: COMMIT WORK;
4274: END IF;
4275: */
4276:
4277: -- Standard call to get message count and if count is 1, get message info.
4278: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
4279: p_data => x_msg_data
4280: );
4281: EXCEPTION

Line 4394: for Standard IN, OUT Parameters ***** */

4390: iby_debug_pub.add('Enter',FND_LOG.LEVEL_PROCEDURE,
4391: G_DEBUG_MODULE || '.OraCCBatchCapture');
4392:
4393: /* ***** Performing Validations, Initializations
4394: for Standard IN, OUT Parameters ***** */
4395: -- Standard call to check for call compatibility.
4396: IF NOT FND_API.Compatible_API_Call ( l_api_version,
4397: p_api_version,
4398: l_api_name,

Line 4395: -- Standard call to check for call compatibility.

4391: G_DEBUG_MODULE || '.OraCCBatchCapture');
4392:
4393: /* ***** Performing Validations, Initializations
4394: for Standard IN, OUT Parameters ***** */
4395: -- Standard call to check for call compatibility.
4396: IF NOT FND_API.Compatible_API_Call ( l_api_version,
4397: p_api_version,
4398: l_api_name,
4399: G_PKG_NAME )

Line 4732: -- Standard call to get message count and if count is 1, get message info.

4728:
4729: END IF;
4730:
4731:
4732: -- Standard call to get message count and if count is 1, get message info.
4733: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
4734: p_data => x_msg_data
4735: );
4736:

Line 4946: -- Standard check of p_commit.

4942:
4943: -- Use for Debugging
4944: --dbms_output.put_line('after successfully mapping results');
4945:
4946: -- Standard check of p_commit.
4947: /*
4948: IF FND_API.To_Boolean( p_commit ) THEN
4949: COMMIT WORK;
4950: END IF;

Line 4953: -- Standard call to get message count and if count is 1, get message info.

4949: COMMIT WORK;
4950: END IF;
4951: */
4952:
4953: -- Standard call to get message count and if count is 1, get message info.
4954: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
4955: p_data => x_msg_data
4956: );
4957: