DBA Data[Home] [Help]

APPS.IBY_PAYMENT_ADAPTER_PUB dependencies on STANDARD

Line 720: -- Standard Start of API savepoint

716: iby_debug_pub.add(debug_msg => 'Enter',
717: debug_level => FND_LOG.LEVEL_PROCEDURE,
718: module => G_DEBUG_MODULE || '.OraPmtReq');
719:
720: -- Standard Start of API savepoint
721: --SAVEPOINT OraPmtReq_PUB;
722:
723: /* ***** Performing Validations, Initializations
724: for Standard IN, OUT Parameters ***** */

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

720: -- Standard Start of API savepoint
721: --SAVEPOINT OraPmtReq_PUB;
722:
723: /* ***** Performing Validations, Initializations
724: for Standard IN, OUT Parameters ***** */
725:
726: -- Standard call to check for call compatibility.
727: IF NOT FND_API.Compatible_API_Call ( l_api_version,
728: p_api_version,

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

722:
723: /* ***** Performing Validations, Initializations
724: for Standard IN, OUT Parameters ***** */
725:
726: -- Standard call to check for call compatibility.
727: IF NOT FND_API.Compatible_API_Call ( l_api_version,
728: p_api_version,
729: l_api_name,
730: G_PKG_NAME )

Line 1103: -- Standard check of p_commit.

1099:
1100: -- Use for Debugging
1101: --dbms_output.put_line('after successfully mapping results');
1102:
1103: -- Standard check of p_commit.
1104: /*
1105: IF FND_API.To_Boolean( p_commit ) THEN
1106: COMMIT WORK;
1107: END IF;

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

1106: COMMIT WORK;
1107: END IF;
1108: */
1109:
1110: -- Standard call to get message count and if count is 1, get message info.
1111: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
1112: p_data => x_msg_data
1113: );
1114:

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

1386: IF (NOT trxn_status_success(x_revresp_rec.ReqResp.Response.Status)) THEN
1387: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1388: END IF;
1389:
1390: -- Standard call to get message count and if count is 1, get message info.
1391: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
1392: p_data => x_msg_data
1393: );
1394:

Line 1507: -- Standard Start of API savepoint

1503: --Defining a local variable to hold the payment instrument type.
1504: l_pmtinstr_type VARCHAR2(200);
1505:
1506: BEGIN
1507: -- Standard Start of API savepoint
1508: --SAVEPOINT OraPmtMod_PUB;
1509:
1510: /* ***** Performing Validations, Initializations
1511: for Standard IN, OUT Parameters ***** */

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

1507: -- Standard Start of API savepoint
1508: --SAVEPOINT OraPmtMod_PUB;
1509:
1510: /* ***** Performing Validations, Initializations
1511: for Standard IN, OUT Parameters ***** */
1512:
1513: -- Standard call to check for call compatibility.
1514: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1515: p_api_version,

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

1509:
1510: /* ***** Performing Validations, Initializations
1511: for Standard IN, OUT Parameters ***** */
1512:
1513: -- Standard call to check for call compatibility.
1514: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1515: p_api_version,
1516: l_api_name,
1517: G_PKG_NAME )

Line 1673: -- Standard check of p_commit.

1669: END IF;
1670:
1671: -- END OF BODY OF API
1672:
1673: -- Standard check of p_commit.
1674: /*
1675: IF FND_API.To_Boolean( p_commit ) THEN
1676: COMMIT WORK;
1677: END IF;

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

1676: COMMIT WORK;
1677: END IF;
1678: */
1679:
1680: -- Standard call to get message count and if count is 1, get message info.
1681: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
1682: p_data => x_msg_data
1683: );
1684: EXCEPTION

Line 1780: -- Standard Start of API savepoint

1776: FROM IBY_PAYMENTS_V
1777: WHERE transactionid = p_canctrxn_rec.Trxn_ID;
1778:
1779: BEGIN
1780: -- Standard Start of API savepoint
1781: --SAVEPOINT OraPmtCanc_PUB;
1782:
1783: /* ***** Performing Validations, Initializations
1784: for Standard IN, OUT Parameters ***** */

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

1780: -- Standard Start of API savepoint
1781: --SAVEPOINT OraPmtCanc_PUB;
1782:
1783: /* ***** Performing Validations, Initializations
1784: for Standard IN, OUT Parameters ***** */
1785:
1786: -- Standard call to check for call compatibility.
1787: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1788: p_api_version,

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

1782:
1783: /* ***** Performing Validations, Initializations
1784: for Standard IN, OUT Parameters ***** */
1785:
1786: -- Standard call to check for call compatibility.
1787: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1788: p_api_version,
1789: l_api_name,
1790: G_PKG_NAME )

Line 1922: -- Standard check of p_commit.

1918: END IF;
1919:
1920: -- END OF BODY OF API
1921:
1922: -- Standard check of p_commit.
1923: /*
1924: IF FND_API.To_Boolean( p_commit ) THEN
1925: COMMIT WORK;
1926: END IF;

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

1925: COMMIT WORK;
1926: END IF;
1927: */
1928:
1929: -- Standard call to get message count and if count is 1, get message info.
1930: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
1931: p_data => x_msg_data
1932: );
1933: EXCEPTION

Line 2032: -- Standard Start of API savepoint

2028: FROM IBY_PAYMENTS_V
2029: WHERE transactionid = p_querytrxn_rec.Trxn_ID;
2030:
2031: BEGIN
2032: -- Standard Start of API savepoint
2033: --SAVEPOINT OraPmtQryTrxn_PUB;
2034:
2035: /* ***** Performing Validations, Initializations
2036: for Standard IN, OUT Parameters ***** */

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

2032: -- Standard Start of API savepoint
2033: --SAVEPOINT OraPmtQryTrxn_PUB;
2034:
2035: /* ***** Performing Validations, Initializations
2036: for Standard IN, OUT Parameters ***** */
2037:
2038: -- Standard call to check for call compatibility.
2039: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2040: p_api_version,

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

2034:
2035: /* ***** Performing Validations, Initializations
2036: for Standard IN, OUT Parameters ***** */
2037:
2038: -- Standard call to check for call compatibility.
2039: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2040: p_api_version,
2041: l_api_name,
2042: G_PKG_NAME )

Line 2229: -- Standard check of p_commit.

2225:
2226: -- END OF BODY OF API
2227:
2228:
2229: -- Standard check of p_commit.
2230: /*
2231: IF FND_API.To_Boolean( p_commit ) THEN
2232: COMMIT WORK;
2233: END IF;

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

2232: COMMIT WORK;
2233: END IF;
2234: */
2235:
2236: -- Standard call to get message count and if count is 1, get message info.
2237: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
2238: p_data => x_msg_data
2239: );
2240: EXCEPTION

Line 2328: -- Standard Start of API savepoint

2324: l_db_nls p_capturetrxn_rec.NLS_LANG%TYPE := NULL;
2325: l_ecapp_nls p_capturetrxn_rec.NLS_LANG%TYPE := NULL;
2326:
2327: BEGIN
2328: -- Standard Start of API savepoint
2329: --SAVEPOINT OraPmtCapture_PUB;
2330:
2331: /* ***** Performing Validations, Initializations
2332: for Standard IN, OUT Parameters ***** */

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

2328: -- Standard Start of API savepoint
2329: --SAVEPOINT OraPmtCapture_PUB;
2330:
2331: /* ***** Performing Validations, Initializations
2332: for Standard IN, OUT Parameters ***** */
2333:
2334: -- Standard call to check for call compatibility.
2335: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2336: p_api_version,

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

2330:
2331: /* ***** Performing Validations, Initializations
2332: for Standard IN, OUT Parameters ***** */
2333:
2334: -- Standard call to check for call compatibility.
2335: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2336: p_api_version,
2337: l_api_name,
2338: G_PKG_NAME )

Line 2479: -- Standard check of p_commit.

2475: END IF;
2476:
2477: -- END OF BODY OF API
2478:
2479: -- Standard check of p_commit.
2480: /*
2481: IF FND_API.To_Boolean( p_commit ) THEN
2482: COMMIT WORK;
2483: END IF;

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

2482: COMMIT WORK;
2483: END IF;
2484: */
2485:
2486: -- Standard call to get message count and if count is 1, get message info.
2487: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
2488: p_data => x_msg_data
2489: );
2490: EXCEPTION

Line 2578: -- Standard Start of API savepoint

2574: l_db_nls p_returntrxn_rec.NLS_LANG%TYPE := NULL;
2575: l_ecapp_nls p_returntrxn_rec.NLS_LANG%TYPE := NULL;
2576:
2577: BEGIN
2578: -- Standard Start of API savepoint
2579: --SAVEPOINT OraPmtReturn_PUB;
2580:
2581: /* ***** Performing Validations, Initializations
2582: for Standard IN, OUT Parameters ***** */

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

2578: -- Standard Start of API savepoint
2579: --SAVEPOINT OraPmtReturn_PUB;
2580:
2581: /* ***** Performing Validations, Initializations
2582: for Standard IN, OUT Parameters ***** */
2583:
2584: -- Standard call to check for call compatibility.
2585: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2586: p_api_version,

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

2580:
2581: /* ***** Performing Validations, Initializations
2582: for Standard IN, OUT Parameters ***** */
2583:
2584: -- Standard call to check for call compatibility.
2585: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2586: p_api_version,
2587: l_api_name,
2588: G_PKG_NAME )

Line 2723: -- Standard check of p_commit.

2719: END IF;
2720:
2721: -- END OF BODY OF API
2722:
2723: -- Standard check of p_commit.
2724: /*
2725: IF FND_API.To_Boolean( p_commit ) THEN
2726: COMMIT WORK;
2727: END IF;

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

2726: COMMIT WORK;
2727: END IF;
2728: */
2729:
2730: -- Standard call to get message count and if count is 1, get message info.
2731: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
2732: p_data => x_msg_data
2733: );
2734: EXCEPTION

Line 2823: -- Standard Start of API savepoint

2819: l_ecapp_nls p_voidtrxn_rec.NLS_LANG%TYPE := NULL;
2820:
2821: v_trxnTimestamp DATE := NULL;
2822: BEGIN
2823: -- Standard Start of API savepoint
2824: --SAVEPOINT OraPmtVoid_PUB;
2825:
2826: /* ***** Performing Validations, Initializations
2827: for Standard IN, OUT Parameters ***** */

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

2823: -- Standard Start of API savepoint
2824: --SAVEPOINT OraPmtVoid_PUB;
2825:
2826: /* ***** Performing Validations, Initializations
2827: for Standard IN, OUT Parameters ***** */
2828:
2829: -- Standard call to check for call compatibility.
2830: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2831: p_api_version,

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

2825:
2826: /* ***** Performing Validations, Initializations
2827: for Standard IN, OUT Parameters ***** */
2828:
2829: -- Standard call to check for call compatibility.
2830: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2831: p_api_version,
2832: l_api_name,
2833: G_PKG_NAME )

Line 2995: -- Standard check of p_commit.

2991:
2992: -- END OF BODY OF API
2993:
2994:
2995: -- Standard check of p_commit.
2996: /*
2997: IF FND_API.To_Boolean( p_commit ) THEN
2998: COMMIT WORK;
2999: END IF;

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

2998: COMMIT WORK;
2999: END IF;
3000: */
3001:
3002: -- Standard call to get message count and if count is 1, get message info.
3003: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
3004: p_data => x_msg_data
3005: );
3006: EXCEPTION

Line 3102: -- Standard Start of API savepoint

3098: --Defining a local variable to hold the payment instrument type.
3099: l_pmtinstr_type VARCHAR2(200);
3100:
3101: BEGIN
3102: -- Standard Start of API savepoint
3103: --SAVEPOINT OraPmtCredit_PUB;
3104:
3105: /* ***** Performing Validations, Initializations
3106: for Standard IN, OUT Parameters ***** */

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

3102: -- Standard Start of API savepoint
3103: --SAVEPOINT OraPmtCredit_PUB;
3104:
3105: /* ***** Performing Validations, Initializations
3106: for Standard IN, OUT Parameters ***** */
3107:
3108: -- Standard call to check for call compatibility.
3109: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3110: p_api_version,

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

3104:
3105: /* ***** Performing Validations, Initializations
3106: for Standard IN, OUT Parameters ***** */
3107:
3108: -- Standard call to check for call compatibility.
3109: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3110: p_api_version,
3111: l_api_name,
3112: G_PKG_NAME )

Line 3292: -- Standard check of p_commit.

3288: END IF;
3289:
3290: -- END OF BODY OF API
3291:
3292: -- Standard check of p_commit.
3293: /*
3294: IF FND_API.To_Boolean( p_commit ) THEN
3295: COMMIT WORK;
3296: END IF;

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

3295: COMMIT WORK;
3296: END IF;
3297: */
3298:
3299: -- Standard call to get message count and if count is 1, get message info.
3300: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
3301: p_data => x_msg_data
3302: );
3303: EXCEPTION

Line 3391: -- Standard Start of API savepoint

3387: ORDER BY payeeid, payerid, tangibleid;
3388:
3389: BEGIN
3390:
3391: -- Standard Start of API savepoint
3392: --SAVEPOINT OraPmtInq_PUB;
3393:
3394: /* ***** Performing Validations, Initializations
3395: for Standard IN, OUT Parameters ***** */

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

3391: -- Standard Start of API savepoint
3392: --SAVEPOINT OraPmtInq_PUB;
3393:
3394: /* ***** Performing Validations, Initializations
3395: for Standard IN, OUT Parameters ***** */
3396:
3397: -- Standard call to check for call compatibility.
3398: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3399: p_api_version,

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

3393:
3394: /* ***** Performing Validations, Initializations
3395: for Standard IN, OUT Parameters ***** */
3396:
3397: -- Standard call to check for call compatibility.
3398: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3399: p_api_version,
3400: l_api_name,
3401: G_PKG_NAME )

Line 3457: -- Standard check of p_commit.

3453: x_inqresp_rec.Response.Status := 0;
3454: -- END OF BODY OF API
3455:
3456:
3457: -- Standard check of p_commit.
3458: /*
3459: IF FND_API.To_Boolean( p_commit ) THEN
3460: COMMIT WORK;
3461: END IF;

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

3460: COMMIT WORK;
3461: END IF;
3462: */
3463:
3464: -- Standard call to get message count and if count is 1, get message info.
3465: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
3466: p_data => x_msg_data
3467: );
3468: EXCEPTION

Line 3562: -- Standard Start of API savepoint

3558: l_ecapp_nls p_batchtrxn_rec.NLS_LANG%TYPE := NULL;
3559:
3560: BEGIN
3561:
3562: -- Standard Start of API savepoint
3563: --SAVEPOINT OraPmtCloseBatch_PUB;
3564:
3565: /* ***** Performing Validations, Initializations
3566: for Standard IN, OUT Parameters ***** */

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

3562: -- Standard Start of API savepoint
3563: --SAVEPOINT OraPmtCloseBatch_PUB;
3564:
3565: /* ***** Performing Validations, Initializations
3566: for Standard IN, OUT Parameters ***** */
3567:
3568: -- Standard call to check for call compatibility.
3569: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3570: p_api_version,

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

3564:
3565: /* ***** Performing Validations, Initializations
3566: for Standard IN, OUT Parameters ***** */
3567:
3568: -- Standard call to check for call compatibility.
3569: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3570: p_api_version,
3571: l_api_name,
3572: G_PKG_NAME )

Line 3772: -- Standard check of p_commit.

3768: END IF;
3769:
3770: -- END OF BODY OF API
3771:
3772: -- Standard check of p_commit.
3773: /*
3774: IF FND_API.To_Boolean( p_commit ) THEN
3775: COMMIT WORK;
3776: END IF;

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

3775: COMMIT WORK;
3776: END IF;
3777: */
3778:
3779: -- Standard call to get message count and if count is 1, get message info.
3780: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
3781: p_data => x_msg_data
3782: );
3783: EXCEPTION

Line 3875: -- Standard Start of API savepoint

3871: l_ecapp_nls p_batchtrxn_rec.NLS_LANG%TYPE := NULL;
3872:
3873: BEGIN
3874:
3875: -- Standard Start of API savepoint
3876: --SAVEPOINT OraPmtQueryBatch_PUB;
3877:
3878: /* ***** Performing Validations, Initializations
3879: for Standard IN, OUT Parameters ***** */

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

3875: -- Standard Start of API savepoint
3876: --SAVEPOINT OraPmtQueryBatch_PUB;
3877:
3878: /* ***** Performing Validations, Initializations
3879: for Standard IN, OUT Parameters ***** */
3880:
3881: -- Standard call to check for call compatibility.
3882: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3883: p_api_version,

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

3877:
3878: /* ***** Performing Validations, Initializations
3879: for Standard IN, OUT Parameters ***** */
3880:
3881: -- Standard call to check for call compatibility.
3882: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3883: p_api_version,
3884: l_api_name,
3885: G_PKG_NAME )

Line 4068: -- Standard check of p_commit.

4064:
4065: -- END OF BODY OF API
4066:
4067:
4068: -- Standard check of p_commit.
4069: /*
4070: IF FND_API.To_Boolean( p_commit ) THEN
4071: COMMIT WORK;
4072: END IF;

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

4071: COMMIT WORK;
4072: END IF;
4073: */
4074:
4075: -- Standard call to get message count and if count is 1, get message info.
4076: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
4077: p_data => x_msg_data
4078: );
4079: EXCEPTION

Line 4231: -- Standard Start of API savepoint

4227: l_ecapp_nls VARCHAR2(80) := NULL;
4228:
4229: BEGIN
4230:
4231: -- Standard Start of API savepoint
4232: --SAVEPOINT OraRiskEval_PUB;
4233:
4234:
4235: /* ***** Performing Validations, Initializations

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

4232: --SAVEPOINT OraRiskEval_PUB;
4233:
4234:
4235: /* ***** Performing Validations, Initializations
4236: for Standard IN, OUT Parameters ***** */
4237:
4238: -- Standard call to check for call compatibility.
4239: IF NOT FND_API.Compatible_API_Call ( l_api_version,
4240: p_api_version,

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

4234:
4235: /* ***** Performing Validations, Initializations
4236: for Standard IN, OUT Parameters ***** */
4237:
4238: -- Standard call to check for call compatibility.
4239: IF NOT FND_API.Compatible_API_Call ( l_api_version,
4240: p_api_version,
4241: l_api_name,
4242: G_PKG_NAME )

Line 4364: -- Standard check of p_commit.

4360: END IF;
4361:
4362: -- END OF BODY OF API
4363:
4364: -- Standard check of p_commit.
4365: /*
4366: IF FND_API.To_Boolean( p_commit ) THEN
4367: COMMIT WORK;
4368: END IF;

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

4367: COMMIT WORK;
4368: END IF;
4369: */
4370:
4371: -- Standard call to get message count and if count is 1, get message info.
4372: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
4373: p_data => x_msg_data
4374: );
4375: EXCEPTION

Line 4467: -- Standard Start of API savepoint

4463: l_ecapp_nls VARCHAR2(80) := NULL;
4464:
4465: BEGIN
4466:
4467: -- Standard Start of API savepoint
4468: --SAVEPOINT OraRiskEval_PUB;
4469:
4470:
4471: /* ***** Performing Validations, Initializations

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

4468: --SAVEPOINT OraRiskEval_PUB;
4469:
4470:
4471: /* ***** Performing Validations, Initializations
4472: for Standard IN, OUT Parameters ***** */
4473:
4474: -- Standard call to check for call compatibility.
4475: IF NOT FND_API.Compatible_API_Call ( l_api_version,
4476: p_api_version,

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

4470:
4471: /* ***** Performing Validations, Initializations
4472: for Standard IN, OUT Parameters ***** */
4473:
4474: -- Standard call to check for call compatibility.
4475: IF NOT FND_API.Compatible_API_Call ( l_api_version,
4476: p_api_version,
4477: l_api_name,
4478: G_PKG_NAME )

Line 4591: -- Standard check of p_commit.

4587: END IF;
4588:
4589: -- END OF BODY OF API
4590:
4591: -- Standard check of p_commit.
4592: /*
4593: IF FND_API.To_Boolean( p_commit ) THEN
4594: COMMIT WORK;
4595: END IF;

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

4594: COMMIT WORK;
4595: END IF;
4596: */
4597:
4598: -- Standard call to get message count and if count is 1, get message info.
4599: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
4600: p_data => x_msg_data
4601: );
4602: EXCEPTION

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

4711: iby_debug_pub.add('Enter',FND_LOG.LEVEL_PROCEDURE,
4712: G_DEBUG_MODULE || '.OraCCBatchCapture');
4713:
4714: /* ***** Performing Validations, Initializations
4715: for Standard IN, OUT Parameters ***** */
4716: -- Standard call to check for call compatibility.
4717: IF NOT FND_API.Compatible_API_Call ( l_api_version,
4718: p_api_version,
4719: l_api_name,

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

4712: G_DEBUG_MODULE || '.OraCCBatchCapture');
4713:
4714: /* ***** Performing Validations, Initializations
4715: for Standard IN, OUT Parameters ***** */
4716: -- Standard call to check for call compatibility.
4717: IF NOT FND_API.Compatible_API_Call ( l_api_version,
4718: p_api_version,
4719: l_api_name,
4720: G_PKG_NAME )

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

5049:
5050: END IF;
5051:
5052:
5053: -- Standard call to get message count and if count is 1, get message info.
5054: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
5055: p_data => x_msg_data
5056: );
5057:

Line 5267: -- Standard check of p_commit.

5263:
5264: -- Use for Debugging
5265: --dbms_output.put_line('after successfully mapping results');
5266:
5267: -- Standard check of p_commit.
5268: /*
5269: IF FND_API.To_Boolean( p_commit ) THEN
5270: COMMIT WORK;
5271: END IF;

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

5270: COMMIT WORK;
5271: END IF;
5272: */
5273:
5274: -- Standard call to get message count and if count is 1, get message info.
5275: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
5276: p_data => x_msg_data
5277: );
5278: