DBA Data[Home] [Help]

APPS.RCV_ACCEVENTS_PVT dependencies on STANDARD

Line 82: -- Standard start of API savepoint

78: l_user_id NUMBER;
79:
80:
81: BEGIN
82: -- Standard start of API savepoint
83: SAVEPOINT Create_ReceivingEvents_PVT;
84:
85: l_stmt_num := 0;
86:

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

88: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin'
89: ,'Create_ReceivingEvents <<');
90: END IF;
91:
92: -- Standard call to check for call compatibility
93: IF NOT FND_API.Compatible_API_Call (
94: l_api_version,
95: p_api_version,
96: l_api_name,

Line 286: --- Standard check of p_commit

282: END IF;
283:
284:
285: l_stmt_num := 120;
286: --- Standard check of p_commit
287: IF FND_API.to_Boolean(p_commit) THEN
288: COMMIT WORK;
289: END IF;
290:

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

287: IF FND_API.to_Boolean(p_commit) THEN
288: COMMIT WORK;
289: END IF;
290:
291: -- Standard Call to get message count and if count = 1, get message info
292: FND_MSG_PUB.Count_And_Get (
293: p_count => x_msg_count,
294: p_data => x_msg_data );
295:

Line 460: -- Standard start of API savepoint

456:
457:
458: BEGIN
459:
460: -- Standard start of API savepoint
461: SAVEPOINT Create_AdjustEvents_PVT;
462:
463: l_stmt_num := 0;
464:

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

466: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin'
467: ,'Create_AdjustEvent <<');
468: END IF;
469:
470: -- Standard call to check for call compatibility
471: IF NOT FND_API.Compatible_API_Call (
472: l_api_version,
473: p_api_version,
474: l_api_name,

Line 772: --- Standard check of p_commit

768: END IF;
769: END IF;
770:
771:
772: --- Standard check of p_commit
773: IF FND_API.to_Boolean(p_commit) THEN
774: COMMIT WORK;
775: END IF;
776:

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

773: IF FND_API.to_Boolean(p_commit) THEN
774: COMMIT WORK;
775: END IF;
776:
777: -- Standard Call to get message count and if count = 1, get message info
778: FND_MSG_PUB.Count_And_Get (
779: p_count => x_msg_count,
780: p_data => x_msg_data );
781:

Line 908: -- Standard start of API savepoint

904: l_qualifier_value_tbl INV_TRANSACTION_FLOW_PUB.NUMBER_TBL;
905:
906:
907: BEGIN
908: -- Standard start of API savepoint
909: SAVEPOINT Create_ICEvents_PVT;
910:
911: l_stmt_num := 0;
912:

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

914: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin'
915: ,'Create_ICEvents <<');
916: END IF;
917:
918: -- Standard call to check for call compatibility
919: IF NOT FND_API.Compatible_API_Call (
920: l_api_version,
921: p_api_version,
922: l_api_name,

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

937: -- period end accruals. Due to various constraints, it was decided that we will not
938: -- support period end accruals for global procurement. This check will be enforced
939: -- at the document level.
940:
941: -- Standard Call to get message count and if count = 1, get message info
942: FND_MSG_PUB.Count_And_Get (
943: p_count => x_msg_count,
944: p_data => x_msg_data );
945:

Line 1088: -- Standard start of API savepoint

1084: WHERE POD.po_distribution_id = NVL(p_po_distribution_id,POD.po_distribution_id)
1085: AND POD.line_location_id = p_po_line_location_id;
1086:
1087: BEGIN
1088: -- Standard start of API savepoint
1089: SAVEPOINT Create_ReceiveEvents_PVT;
1090:
1091: l_stmt_num := 0;
1092:

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

1094: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin'
1095: ,'Create_ReceiveEvents <<');
1096: END IF;
1097:
1098: -- Standard call to check for call compatibility
1099: IF NOT FND_API.Compatible_API_Call (
1100: l_api_version,
1101: p_api_version,
1102: l_api_name,

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

1262: END IF; -- IF l_po_org_id
1263:
1264:
1265: -- For the receive transaction, the PO distribution may not be available in the
1266: -- case of Standard Receipt. Hence perform all steps for each applicable distribution.
1267: -- If distribution is not available the quantity will be prorated. Furthermore, if
1268: -- there is a project on any of the distributions, and the destination_type_code is
1269: -- expense, the transaction flow should be ignored for just that distribution.
1270: FOR rec_pod IN c_po_distributions_csr(l_po_distribution_id, l_po_line_location_id) LOOP

Line 1639: --- Standard check of p_commit

1635: END IF;
1636: END IF;
1637:
1638:
1639: --- Standard check of p_commit
1640: IF FND_API.to_Boolean(p_commit) THEN
1641: COMMIT WORK;
1642: END IF;
1643:

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

1640: IF FND_API.to_Boolean(p_commit) THEN
1641: COMMIT WORK;
1642: END IF;
1643:
1644: -- Standard Call to get message count and if count = 1, get message info
1645: FND_MSG_PUB.Count_And_Get (
1646: p_count => x_msg_count,
1647: p_data => x_msg_data );
1648:

Line 1780: -- Standard start of API savepoint

1776: /* Support for Landed Cost Management */
1777: l_lcm_flag VARCHAR2(1);
1778:
1779: BEGIN
1780: -- Standard start of API savepoint
1781: SAVEPOINT Create_DeliverEvents_PVT;
1782:
1783: l_stmt_num := 0;
1784:

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

1786: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin'
1787: ,'Create_DeliverEvents <<');
1788: END IF;
1789:
1790: -- Standard call to check for call compatibility
1791: IF NOT FND_API.Compatible_API_Call (
1792: l_api_version,
1793: p_api_version,
1794: l_api_name,

Line 2186: --- Standard check of p_commit

2182: END IF;
2183:
2184:
2185:
2186: --- Standard check of p_commit
2187: IF FND_API.to_Boolean(p_commit) THEN
2188: COMMIT WORK;
2189: END IF;
2190:

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

2187: IF FND_API.to_Boolean(p_commit) THEN
2188: COMMIT WORK;
2189: END IF;
2190:
2191: -- Standard Call to get message count and if count = 1, get message info
2192: FND_MSG_PUB.Count_And_Get (
2193: p_count => x_msg_count,
2194: p_data => x_msg_data );
2195:

Line 2326: -- Standard start of API savepoint

2322: l_is_shared_proc VARCHAR2(1);
2323: /* Support for Landed Cost Management */
2324: l_lcm_flag VARCHAR2(1);
2325: BEGIN
2326: -- Standard start of API savepoint
2327: SAVEPOINT Create_RTREvents_PVT;
2328:
2329: l_stmt_num := 0;
2330:

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

2332: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin'
2333: ,'Create_RTREvents <<');
2334: END IF;
2335:
2336: -- Standard call to check for call compatibility
2337: IF NOT FND_API.Compatible_API_Call (
2338: l_api_version,
2339: p_api_version,
2340: l_api_name,

Line 2722: -- Standard check of p_commit

2718: END IF;
2719: RAISE FND_API.g_exc_unexpected_error;
2720: END IF;
2721:
2722: -- Standard check of p_commit
2723: IF FND_API.to_Boolean(p_commit) THEN
2724: COMMIT WORK;
2725: END IF;
2726:

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

2723: IF FND_API.to_Boolean(p_commit) THEN
2724: COMMIT WORK;
2725: END IF;
2726:
2727: -- Standard Call to get message count and if count = 1, get message info
2728: FND_MSG_PUB.Count_And_Get (
2729: p_count => x_msg_count,
2730: p_data => x_msg_data );
2731:

Line 2879: -- Standard start of API savepoint

2875: AND POD.line_location_id = p_po_line_location_id;
2876:
2877:
2878: BEGIN
2879: -- Standard start of API savepoint
2880: SAVEPOINT Create_RTVEvents_PVT;
2881:
2882: l_stmt_num := 0;
2883:

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

2885: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin'
2886: ,'Create_RTVEvents <<');
2887: END IF;
2888:
2889: -- Standard call to check for call compatibility
2890: IF NOT FND_API.Compatible_API_Call (
2891: l_api_version,
2892: p_api_version,
2893: l_api_name,

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

3047: END IF; -- IF l_po_org_id
3048:
3049:
3050: -- For the RTV transaction, the PO distribution may not be available in the
3051: -- case of Standard Receipt. Hence perform all steps for each applicable distribution.
3052: -- If distribution is not available the quantity will be prorated. Furthermore, if
3053: -- there is a project on any of the distributions, and the destination_type_code is
3054: -- expense, the transaction flow should be ignored for just that distribution.
3055: FOR rec_pod IN c_po_distributions_csr(l_po_distribution_id, l_po_line_location_id) LOOP

Line 3370: -- Standard check of p_commit

3366: RAISE FND_API.g_exc_unexpected_error;
3367: END IF;
3368: END IF;
3369:
3370: -- Standard check of p_commit
3371: IF FND_API.to_Boolean(p_commit) THEN
3372: COMMIT WORK;
3373: END IF;
3374:

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

3371: IF FND_API.to_Boolean(p_commit) THEN
3372: COMMIT WORK;
3373: END IF;
3374:
3375: -- Standard Call to get message count and if count = 1, get message info
3376: FND_MSG_PUB.Count_And_Get (
3377: p_count => x_msg_count,
3378: p_data => x_msg_data );
3379:

Line 3546: -- Standard start of API savepoint

3542: l_lcm_flag VARCHAR2(1);
3543:
3544:
3545: BEGIN
3546: -- Standard start of API savepoint
3547: SAVEPOINT Get_InvTransactionInfo_PVT;
3548:
3549: l_stmt_num := 0;
3550:

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

3552: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin'
3553: ,'Get_InvTransactionInfo <<');
3554: END IF;
3555:
3556: -- Standard call to check for call compatibility
3557: IF NOT FND_API.Compatible_API_Call (
3558: l_api_version,
3559: p_api_version,
3560: l_api_name,

Line 3850: --- Standard check of p_commit

3846: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,G_LOG_HEAD || '.'||l_api_name||'.'||l_stmt_num
3847: ,l_api_message);
3848: END IF;
3849:
3850: --- Standard check of p_commit
3851: IF FND_API.to_Boolean(p_commit) THEN
3852: COMMIT WORK;
3853: END IF;
3854:

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

3851: IF FND_API.to_Boolean(p_commit) THEN
3852: COMMIT WORK;
3853: END IF;
3854:
3855: -- Standard Call to get message count and if count = 1, get message info
3856: FND_MSG_PUB.Count_And_Get (
3857: p_count => x_msg_count,
3858: p_data => x_msg_data );
3859: