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 1428: -- PO: STANDARD, PLANNED

1424: -- and the join conditions
1425: --p_doc_subtype
1426: -- Differentiates between the subtypes of documents
1427: -- REQ: NULL
1428: -- PO: STANDARD, PLANNED
1429: -- PA: CONTRACT, BLANKET
1430: -- RELEASE: SCHEDULED, BLANKET
1431: --p_doc_level
1432: -- Specifies the level of the document that is being checked:

Line 1505: -- Standard Start of API savepoint

1501: END IF;
1502:
1503: l_progress := '010';
1504:
1505: -- Standard Start of API savepoint
1506: SAVEPOINT DO_RETURN_SP;
1507:
1508: l_progress := '020';
1509:

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

1506: SAVEPOINT DO_RETURN_SP;
1507:
1508: l_progress := '020';
1509:
1510: -- Standard call to check for call compatibility
1511:
1512: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1513: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1514: END IF;

Line 1585: -- Standard check of p_commit.

1581: END IF;
1582:
1583: l_progress := '300';
1584:
1585: -- Standard check of p_commit.
1586: IF FND_API.To_Boolean(p_commit) THEN
1587: COMMIT WORK;
1588: END IF;
1589:

Line 1655: -- PO: STANDARD, PLANNED

1651: -- and the join conditions
1652: --p_doc_subtype
1653: -- Differentiates between the subtypes of documents
1654: -- REQ: NULL
1655: -- PO: STANDARD, PLANNED
1656: -- PA: CONTRACT, BLANKET
1657: -- RELEASE: SCHEDULED, BLANKET
1658: --p_doc_level
1659: -- Specifies the level of the document that is being checked:

Line 1737: -- Standard Start of API savepoint

1733: END IF;
1734:
1735: l_progress := '010';
1736:
1737: -- Standard Start of API savepoint
1738: SAVEPOINT DO_REJECT_SP;
1739:
1740: l_progress := '020';
1741:

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

1738: SAVEPOINT DO_REJECT_SP;
1739:
1740: l_progress := '020';
1741:
1742: -- Standard call to check for call compatibility
1743:
1744: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1745: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1746: END IF;

Line 1818: -- Standard check of p_commit.

1814: END IF;
1815:
1816: l_progress := '300';
1817:
1818: -- Standard check of p_commit.
1819: IF FND_API.To_Boolean(p_commit) THEN
1820: COMMIT WORK;
1821: END IF;
1822:

Line 1891: -- PO: STANDARD, PLANNED

1887: -- and the join conditions
1888: --p_doc_subtype
1889: -- Differentiates between the subtypes of documents
1890: -- REQ: NULL
1891: -- PO: STANDARD, PLANNED
1892: -- PA: CONTRACT, BLANKET
1893: -- RELEASE: SCHEDULED, BLANKET
1894: --p_doc_level
1895: -- Specifies the level of the document that is being checked:

Line 1973: -- Standard Start of API savepoint

1969: END IF;
1970:
1971: l_progress := '010';
1972:
1973: -- Standard Start of API savepoint
1974: SAVEPOINT DO_CANCEL_SP;
1975:
1976: l_progress := '020';
1977:

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

1974: SAVEPOINT DO_CANCEL_SP;
1975:
1976: l_progress := '020';
1977:
1978: -- Standard call to check for call compatibility
1979:
1980: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1981: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1982: END IF;

Line 2054: -- Standard check of p_commit.

2050: END IF;
2051:
2052: l_progress := '300';
2053:
2054: -- Standard check of p_commit.
2055: IF FND_API.To_Boolean(p_commit) THEN
2056: COMMIT WORK;
2057: END IF;
2058:

Line 2125: -- PO: STANDARD, PLANNED

2121: -- and the join conditions
2122: --p_doc_subtype
2123: -- Differentiates between the subtypes of documents
2124: -- REQ: NULL
2125: -- PO: STANDARD, PLANNED
2126: -- PA: CONTRACT, BLANKET
2127: -- RELEASE: SCHEDULED, BLANKET
2128: --p_employee_id
2129: -- Employee Id of the user taking the action

Line 2201: -- Standard Start of API savepoint

2197: END IF;
2198:
2199: l_progress := '010';
2200:
2201: -- Standard Start of API savepoint
2202: SAVEPOINT DO_ADJUST_SP;
2203:
2204: l_progress := '020';
2205:

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

2202: SAVEPOINT DO_ADJUST_SP;
2203:
2204: l_progress := '020';
2205:
2206: -- Standard call to check for call compatibility
2207:
2208: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2209: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2210: END IF;

Line 2281: -- Standard check of p_commit.

2277: END IF;
2278:
2279: l_progress := '300';
2280:
2281: -- Standard check of p_commit.
2282: IF FND_API.To_Boolean(p_commit) THEN
2283: COMMIT WORK;
2284: END IF;
2285:

Line 2351: -- PO: STANDARD, PLANNED

2347: -- and the join conditions
2348: --p_doc_subtype
2349: -- Differentiates between the subtypes of documents
2350: -- REQ: NULL
2351: -- PO: STANDARD, PLANNED
2352: -- PA: CONTRACT, BLANKET
2353: -- RELEASE: SCHEDULED, BLANKET
2354: --p_doc_level
2355: -- Specifies the level of the document that is being checked:

Line 2428: -- Standard Start of API savepoint

2424: END IF;
2425:
2426: l_progress := '010';
2427:
2428: -- Standard Start of API savepoint
2429: SAVEPOINT DO_FINAL_CLOSE_SP;
2430:
2431: l_progress := '020';
2432:

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

2429: SAVEPOINT DO_FINAL_CLOSE_SP;
2430:
2431: l_progress := '020';
2432:
2433: -- Standard call to check for call compatibility
2434:
2435: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2436: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2437: END IF;

Line 2508: -- Standard check of p_commit.

2504: END IF;
2505:
2506: l_progress := '300';
2507:
2508: -- Standard check of p_commit.
2509: IF FND_API.To_Boolean(p_commit) THEN
2510: COMMIT WORK;
2511: END IF;
2512:

Line 2668: -- Standard Start of API savepoint

2664: END IF;
2665:
2666: l_progress := '010';
2667:
2668: -- Standard Start of API savepoint
2669: SAVEPOINT REINSTATE_PO_ENCUMBRANCE_SP;
2670:
2671: l_progress := '020';
2672:

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

2669: SAVEPOINT REINSTATE_PO_ENCUMBRANCE_SP;
2670:
2671: l_progress := '020';
2672:
2673: -- Standard call to check for call compatibility
2674:
2675: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2676: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2677: END IF;

Line 2734: -- Standard check of p_commit.

2730: END IF;
2731:
2732: l_progress := '200';
2733:
2734: -- Standard check of p_commit.
2735: IF FND_API.To_Boolean(p_commit) THEN
2736: COMMIT WORK;
2737: END IF;
2738:

Line 2838: -- Standard Start of API savepoint

2834: END IF;
2835:
2836: l_progress := '010';
2837:
2838: -- Standard Start of API savepoint
2839: SAVEPOINT IS_AGREEMENT_ENCUMBERED_SP;
2840:
2841: l_progress := '020';
2842:

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

2839: SAVEPOINT IS_AGREEMENT_ENCUMBERED_SP;
2840:
2841: l_progress := '020';
2842:
2843: -- Standard call to check for call compatibility
2844:
2845: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2846: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2847: END IF;

Line 2894: -- Standard check of p_commit.

2890: END IF;
2891:
2892: l_progress := '200';
2893:
2894: -- Standard check of p_commit.
2895: IF FND_API.To_Boolean(p_commit) THEN
2896: COMMIT WORK;
2897: END IF;
2898:

Line 2958: -- PO: STANDARD, PLANNED

2954: -- and the join conditions
2955: --p_doc_subtype
2956: -- Differentiates between the subtypes of documents
2957: -- REQ: NULL
2958: -- PO: STANDARD, PLANNED
2959: -- PA: CONTRACT, BLANKET
2960: -- RELEASE: SCHEDULED, BLANKET
2961: --p_doc_level
2962: -- Specifies the level of the document that is being checked:

Line 3014: -- Standard Start of API savepoint

3010: END IF;
3011:
3012: l_progress := '010';
3013:
3014: -- Standard Start of API savepoint
3015: SAVEPOINT IS_RESERVABLE_SP;
3016:
3017: l_progress := '020';
3018:

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

3015: SAVEPOINT IS_RESERVABLE_SP;
3016:
3017: l_progress := '020';
3018:
3019: -- Standard call to check for call compatibility
3020:
3021: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
3022: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3023: END IF;

Line 3073: -- Standard check of p_commit.

3069: END IF;
3070:
3071: l_progress := '200';
3072:
3073: -- Standard check of p_commit.
3074: IF FND_API.To_Boolean(p_commit) THEN
3075: COMMIT WORK;
3076: END IF;
3077:

Line 3137: -- PO: STANDARD, PLANNED

3133: -- and the join conditions
3134: --p_doc_subtype
3135: -- Differentiates between the subtypes of documents
3136: -- REQ: NULL
3137: -- PO: STANDARD, PLANNED
3138: -- PA: CONTRACT, BLANKET
3139: -- RELEASE: SCHEDULED, BLANKET
3140: --p_doc_level
3141: -- Specifies the level of the document that is being checked:

Line 3193: -- Standard Start of API savepoint

3189: END IF;
3190:
3191: l_progress := '010';
3192:
3193: -- Standard Start of API savepoint
3194: SAVEPOINT IS_UNRESERVABLE_SP;
3195:
3196: l_progress := '020';
3197:

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

3194: SAVEPOINT IS_UNRESERVABLE_SP;
3195:
3196: l_progress := '020';
3197:
3198: -- Standard call to check for call compatibility
3199:
3200: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
3201: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3202: END IF;

Line 3252: -- Standard check of p_commit.

3248: END IF;
3249:
3250: l_progress := '200';
3251:
3252: -- Standard check of p_commit.
3253: IF FND_API.To_Boolean(p_commit) THEN
3254: COMMIT WORK;
3255: END IF;
3256:

Line 3354: -- Apps standard parameter

3350: -- g_parameter_YES don't lock them
3351: --
3352: --OUT:
3353: --x_return_status
3354: -- Apps standard parameter
3355: -- VARCHAR2(1)
3356: --Testing:
3357: --
3358: --End of Comments

Line 3399: -- Standard Start of API savepoint

3395: END IF;
3396:
3397: l_progress := '010';
3398:
3399: -- Standard Start of API savepoint
3400: SAVEPOINT POPULATE_ENCUMBRANCE_GT_GRP;
3401:
3402: l_progress := '020';
3403:

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

3400: SAVEPOINT POPULATE_ENCUMBRANCE_GT_GRP;
3401:
3402: l_progress := '020';
3403:
3404: -- Standard call to check for call compatibility
3405: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
3406: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3407: END IF;
3408: