DBA Data[Home] [Help]

APPS.PO_DOCUMENT_FUNDS_GRP dependencies on STANDARD

Line 56: -- STANDARD Standard PO

52: -- RELEASE
53: --p_doc_subtype
54: -- Differentiates between the subtypes of documents.
55: -- Use the g_doc_subtype_<> variables:
56: -- STANDARD Standard PO
57: -- PLANNED Planned PO
58: -- BLANKET Blanket Release, Blanket Agreement, Global Agreement
59: -- SCHEDULED Scheduled Release
60: -- This parameter is not checked for requisitions (okay to use NULL).

Line 163: -- Standard Start of API savepoint

159: END IF;
160:
161: l_progress := '010';
162:
163: -- Standard Start of API savepoint
164: SAVEPOINT CHECK_RESERVE_SP;
165:
166: l_progress := '020';
167:

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

164: SAVEPOINT CHECK_RESERVE_SP;
165:
166: l_progress := '020';
167:
168: -- Standard call to check for call compatibility
169:
170: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
171: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
172: END IF;

Line 242: -- Standard check of p_commit.

238: END IF;
239:
240: l_progress := '300';
241:
242: -- Standard check of p_commit.
243: IF FND_API.To_Boolean(p_commit) THEN
244: COMMIT WORK;
245: END IF;
246:

Line 319: -- STANDARD Standard PO

315: -- MIXED_PO_RELEASE - supported only for Adjust (Requester Change Order)
316: --p_doc_subtype
317: -- Differentiates between the subtypes of documents
318: -- Use the g_doc_subtype_<> variables:
319: -- STANDARD Standard PO
320: -- PLANNED Planned PO
321: -- BLANKET Blanket Release, Blanket Agreement, Global Agreement
322: -- SCHEDULED Scheduled Release
323: -- MIXED_PO_RELEASE supported only for Adjust

Line 411: -- Standard Start of API savepoint

407: END IF;
408:
409: l_progress := '010';
410:
411: -- Standard Start of API savepoint
412: SAVEPOINT CHECK_ADJUST_SP;
413:
414: l_progress := '020';
415:

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

412: SAVEPOINT CHECK_ADJUST_SP;
413:
414: l_progress := '020';
415:
416: -- Standard call to check for call compatibility
417:
418: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
419: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
420: END IF;

Line 489: -- Standard check of p_commit.

485: END IF;
486:
487: l_progress := '300';
488:
489: -- Standard check of p_commit.
490: IF FND_API.To_Boolean(p_commit) THEN
491: COMMIT WORK;
492: END IF;
493:

Line 568: -- STANDARD Standard PO

564: -- RELEASE
565: --p_doc_subtype
566: -- Differentiates between the subtypes of documents.
567: -- Use the g_doc_subtype_<> variables:
568: -- STANDARD Standard PO
569: -- PLANNED Planned PO
570: -- BLANKET Blanket Release, Blanket Agreement, Global Agreement
571: -- SCHEDULED Scheduled Release
572: -- This parameter is not checked for requisitions (okay to use NULL).

Line 685: -- Standard Start of API savepoint

681: END IF;
682:
683: l_progress := '010';
684:
685: -- Standard Start of API savepoint
686: SAVEPOINT DO_RESERVE_SP;
687:
688: l_progress := '020';
689:

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

686: SAVEPOINT DO_RESERVE_SP;
687:
688: l_progress := '020';
689:
690: -- Standard call to check for call compatibility
691:
692: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
693: l_progress := '025';
694: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 797: -- Standard check of p_commit.

793: END IF;
794:
795: l_progress := '600';
796:
797: -- Standard check of p_commit.
798: IF FND_API.To_Boolean(p_commit) THEN
799: COMMIT WORK;
800: END IF;
801:

Line 877: -- STANDARD Standard PO

873: -- RELEASE
874: --p_doc_subtype
875: -- Differentiates between the subtypes of documents.
876: -- Use the g_doc_subtype_<> variables:
877: -- STANDARD Standard PO
878: -- PLANNED Planned PO
879: -- BLANKET Blanket Release, Blanket Agreement, Global Agreement
880: -- SCHEDULED Scheduled Release
881: -- This parameter is not checked for requisitions (okay to use NULL).

Line 998: -- Standard Start of API savepoint

994: END IF;
995:
996: l_progress := '010';
997:
998: -- Standard Start of API savepoint
999: SAVEPOINT DO_UNRESERVE_SP;
1000:
1001: l_progress := '020';
1002:

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

999: SAVEPOINT DO_UNRESERVE_SP;
1000:
1001: l_progress := '020';
1002:
1003: -- Standard call to check for call compatibility
1004:
1005: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1006: l_progress := '025';
1007: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1109: -- Standard check of p_commit.

1105: END IF;
1106:
1107: l_progress := '600';
1108:
1109: -- Standard check of p_commit.
1110: IF FND_API.To_Boolean(p_commit) THEN
1111: COMMIT WORK;
1112: END IF;
1113:

Line 1179: -- PO: STANDARD, PLANNED

1175: -- and the join conditions
1176: --p_doc_subtype
1177: -- Differentiates between the subtypes of documents
1178: -- REQ: NULL
1179: -- PO: STANDARD, PLANNED
1180: -- PA: CONTRACT, BLANKET
1181: -- RELEASE: SCHEDULED, BLANKET
1182: --p_doc_level
1183: -- Specifies the level of the document that is being checked:

Line 1256: -- Standard Start of API savepoint

1252: END IF;
1253:
1254: l_progress := '010';
1255:
1256: -- Standard Start of API savepoint
1257: SAVEPOINT DO_RETURN_SP;
1258:
1259: l_progress := '020';
1260:

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

1257: SAVEPOINT DO_RETURN_SP;
1258:
1259: l_progress := '020';
1260:
1261: -- Standard call to check for call compatibility
1262:
1263: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1264: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1265: END IF;

Line 1336: -- Standard check of p_commit.

1332: END IF;
1333:
1334: l_progress := '300';
1335:
1336: -- Standard check of p_commit.
1337: IF FND_API.To_Boolean(p_commit) THEN
1338: COMMIT WORK;
1339: END IF;
1340:

Line 1406: -- PO: STANDARD, PLANNED

1402: -- and the join conditions
1403: --p_doc_subtype
1404: -- Differentiates between the subtypes of documents
1405: -- REQ: NULL
1406: -- PO: STANDARD, PLANNED
1407: -- PA: CONTRACT, BLANKET
1408: -- RELEASE: SCHEDULED, BLANKET
1409: --p_doc_level
1410: -- Specifies the level of the document that is being checked:

Line 1488: -- Standard Start of API savepoint

1484: END IF;
1485:
1486: l_progress := '010';
1487:
1488: -- Standard Start of API savepoint
1489: SAVEPOINT DO_REJECT_SP;
1490:
1491: l_progress := '020';
1492:

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

1489: SAVEPOINT DO_REJECT_SP;
1490:
1491: l_progress := '020';
1492:
1493: -- Standard call to check for call compatibility
1494:
1495: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1496: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1497: END IF;

Line 1569: -- Standard check of p_commit.

1565: END IF;
1566:
1567: l_progress := '300';
1568:
1569: -- Standard check of p_commit.
1570: IF FND_API.To_Boolean(p_commit) THEN
1571: COMMIT WORK;
1572: END IF;
1573:

Line 1642: -- PO: STANDARD, PLANNED

1638: -- and the join conditions
1639: --p_doc_subtype
1640: -- Differentiates between the subtypes of documents
1641: -- REQ: NULL
1642: -- PO: STANDARD, PLANNED
1643: -- PA: CONTRACT, BLANKET
1644: -- RELEASE: SCHEDULED, BLANKET
1645: --p_doc_level
1646: -- Specifies the level of the document that is being checked:

Line 1724: -- Standard Start of API savepoint

1720: END IF;
1721:
1722: l_progress := '010';
1723:
1724: -- Standard Start of API savepoint
1725: SAVEPOINT DO_CANCEL_SP;
1726:
1727: l_progress := '020';
1728:

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

1725: SAVEPOINT DO_CANCEL_SP;
1726:
1727: l_progress := '020';
1728:
1729: -- Standard call to check for call compatibility
1730:
1731: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1732: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1733: END IF;

Line 1805: -- Standard check of p_commit.

1801: END IF;
1802:
1803: l_progress := '300';
1804:
1805: -- Standard check of p_commit.
1806: IF FND_API.To_Boolean(p_commit) THEN
1807: COMMIT WORK;
1808: END IF;
1809:

Line 1876: -- PO: STANDARD, PLANNED

1872: -- and the join conditions
1873: --p_doc_subtype
1874: -- Differentiates between the subtypes of documents
1875: -- REQ: NULL
1876: -- PO: STANDARD, PLANNED
1877: -- PA: CONTRACT, BLANKET
1878: -- RELEASE: SCHEDULED, BLANKET
1879: --p_employee_id
1880: -- Employee Id of the user taking the action

Line 1952: -- Standard Start of API savepoint

1948: END IF;
1949:
1950: l_progress := '010';
1951:
1952: -- Standard Start of API savepoint
1953: SAVEPOINT DO_ADJUST_SP;
1954:
1955: l_progress := '020';
1956:

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

1953: SAVEPOINT DO_ADJUST_SP;
1954:
1955: l_progress := '020';
1956:
1957: -- Standard call to check for call compatibility
1958:
1959: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1960: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1961: END IF;

Line 2032: -- Standard check of p_commit.

2028: END IF;
2029:
2030: l_progress := '300';
2031:
2032: -- Standard check of p_commit.
2033: IF FND_API.To_Boolean(p_commit) THEN
2034: COMMIT WORK;
2035: END IF;
2036:

Line 2102: -- PO: STANDARD, PLANNED

2098: -- and the join conditions
2099: --p_doc_subtype
2100: -- Differentiates between the subtypes of documents
2101: -- REQ: NULL
2102: -- PO: STANDARD, PLANNED
2103: -- PA: CONTRACT, BLANKET
2104: -- RELEASE: SCHEDULED, BLANKET
2105: --p_doc_level
2106: -- Specifies the level of the document that is being checked:

Line 2179: -- Standard Start of API savepoint

2175: END IF;
2176:
2177: l_progress := '010';
2178:
2179: -- Standard Start of API savepoint
2180: SAVEPOINT DO_FINAL_CLOSE_SP;
2181:
2182: l_progress := '020';
2183:

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

2180: SAVEPOINT DO_FINAL_CLOSE_SP;
2181:
2182: l_progress := '020';
2183:
2184: -- Standard call to check for call compatibility
2185:
2186: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2187: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2188: END IF;

Line 2259: -- Standard check of p_commit.

2255: END IF;
2256:
2257: l_progress := '300';
2258:
2259: -- Standard check of p_commit.
2260: IF FND_API.To_Boolean(p_commit) THEN
2261: COMMIT WORK;
2262: END IF;
2263:

Line 2419: -- Standard Start of API savepoint

2415: END IF;
2416:
2417: l_progress := '010';
2418:
2419: -- Standard Start of API savepoint
2420: SAVEPOINT REINSTATE_PO_ENCUMBRANCE_SP;
2421:
2422: l_progress := '020';
2423:

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

2420: SAVEPOINT REINSTATE_PO_ENCUMBRANCE_SP;
2421:
2422: l_progress := '020';
2423:
2424: -- Standard call to check for call compatibility
2425:
2426: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2427: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2428: END IF;

Line 2485: -- Standard check of p_commit.

2481: END IF;
2482:
2483: l_progress := '200';
2484:
2485: -- Standard check of p_commit.
2486: IF FND_API.To_Boolean(p_commit) THEN
2487: COMMIT WORK;
2488: END IF;
2489:

Line 2589: -- Standard Start of API savepoint

2585: END IF;
2586:
2587: l_progress := '010';
2588:
2589: -- Standard Start of API savepoint
2590: SAVEPOINT IS_AGREEMENT_ENCUMBERED_SP;
2591:
2592: l_progress := '020';
2593:

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

2590: SAVEPOINT IS_AGREEMENT_ENCUMBERED_SP;
2591:
2592: l_progress := '020';
2593:
2594: -- Standard call to check for call compatibility
2595:
2596: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2597: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2598: END IF;

Line 2645: -- Standard check of p_commit.

2641: END IF;
2642:
2643: l_progress := '200';
2644:
2645: -- Standard check of p_commit.
2646: IF FND_API.To_Boolean(p_commit) THEN
2647: COMMIT WORK;
2648: END IF;
2649:

Line 2709: -- PO: STANDARD, PLANNED

2705: -- and the join conditions
2706: --p_doc_subtype
2707: -- Differentiates between the subtypes of documents
2708: -- REQ: NULL
2709: -- PO: STANDARD, PLANNED
2710: -- PA: CONTRACT, BLANKET
2711: -- RELEASE: SCHEDULED, BLANKET
2712: --p_doc_level
2713: -- Specifies the level of the document that is being checked:

Line 2765: -- Standard Start of API savepoint

2761: END IF;
2762:
2763: l_progress := '010';
2764:
2765: -- Standard Start of API savepoint
2766: SAVEPOINT IS_RESERVABLE_SP;
2767:
2768: l_progress := '020';
2769:

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

2766: SAVEPOINT IS_RESERVABLE_SP;
2767:
2768: l_progress := '020';
2769:
2770: -- Standard call to check for call compatibility
2771:
2772: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2773: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2774: END IF;

Line 2824: -- Standard check of p_commit.

2820: END IF;
2821:
2822: l_progress := '200';
2823:
2824: -- Standard check of p_commit.
2825: IF FND_API.To_Boolean(p_commit) THEN
2826: COMMIT WORK;
2827: END IF;
2828:

Line 2888: -- PO: STANDARD, PLANNED

2884: -- and the join conditions
2885: --p_doc_subtype
2886: -- Differentiates between the subtypes of documents
2887: -- REQ: NULL
2888: -- PO: STANDARD, PLANNED
2889: -- PA: CONTRACT, BLANKET
2890: -- RELEASE: SCHEDULED, BLANKET
2891: --p_doc_level
2892: -- Specifies the level of the document that is being checked:

Line 2944: -- Standard Start of API savepoint

2940: END IF;
2941:
2942: l_progress := '010';
2943:
2944: -- Standard Start of API savepoint
2945: SAVEPOINT IS_UNRESERVABLE_SP;
2946:
2947: l_progress := '020';
2948:

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

2945: SAVEPOINT IS_UNRESERVABLE_SP;
2946:
2947: l_progress := '020';
2948:
2949: -- Standard call to check for call compatibility
2950:
2951: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2952: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2953: END IF;

Line 3003: -- Standard check of p_commit.

2999: END IF;
3000:
3001: l_progress := '200';
3002:
3003: -- Standard check of p_commit.
3004: IF FND_API.To_Boolean(p_commit) THEN
3005: COMMIT WORK;
3006: END IF;
3007:

Line 3105: -- Apps standard parameter

3101: -- g_parameter_YES don't lock them
3102: --
3103: --OUT:
3104: --x_return_status
3105: -- Apps standard parameter
3106: -- VARCHAR2(1)
3107: --Testing:
3108: --
3109: --End of Comments

Line 3150: -- Standard Start of API savepoint

3146: END IF;
3147:
3148: l_progress := '010';
3149:
3150: -- Standard Start of API savepoint
3151: SAVEPOINT POPULATE_ENCUMBRANCE_GT_GRP;
3152:
3153: l_progress := '020';
3154:

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

3151: SAVEPOINT POPULATE_ENCUMBRANCE_GT_GRP;
3152:
3153: l_progress := '020';
3154:
3155: -- Standard call to check for call compatibility
3156: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
3157: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3158: END IF;
3159: