DBA Data[Home] [Help]

APPS.PO_DOCUMENT_FUNDS_PVT dependencies on STANDARD

Line 122: -- PO: STANDARD, PLANNED

118: -- and the join conditions
119: --p_doc_subtype
120: -- Differentiates between the subtypes of documents
121: -- REQ: NULL
122: -- PO: STANDARD, PLANNED
123: -- PA: CONTRACT, BLANKET
124: -- RELEASE: SCHEDULED, BLANKET
125: --p_doc_level
126: -- Specifies the level of the document that is being checked:

Line 184: -- Standard Start of API savepoint

180: END IF;
181:
182: l_progress := '010';
183:
184: -- Standard Start of API savepoint
185: SAVEPOINT CHECK_RESERVE_SP;
186:
187: l_progress := '020';
188:

Line 248: -- Rollback as per API standards.

244: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
245: PO_DEBUG.debug_var(l_log_head,l_progress,'x_online_report_id',x_online_report_id);
246: END IF;
247:
248: -- Rollback as per API standards.
249: ROLLBACK TO CHECK_RESERVE_SP;
250:
251: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
252:

Line 283: -- PO: STANDARD, PLANNED

279: -- and the join conditions
280: --p_doc_subtype
281: -- Differentiates between the subtypes of documents
282: -- REQ: NULL
283: -- PO: STANDARD, PLANNED
284: -- PA: CONTRACT, BLANKET
285: -- RELEASE: SCHEDULED, BLANKET
286: --p_override_funds
287: -- Indicates whether funds override capability can be used if needed, to make a

Line 339: -- Standard Start of API savepoint

335: END IF;
336:
337: l_progress := '010';
338:
339: -- Standard Start of API savepoint
340: SAVEPOINT CHECK_ADJUST_SP;
341:
342: l_progress := '020';
343:

Line 403: -- Rollback as per API standards.

399: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
400: PO_DEBUG.debug_var(l_log_head,l_progress,'x_online_report_id',x_online_report_id);
401: END IF;
402:
403: -- Rollback as per API standards.
404: ROLLBACK TO CHECK_ADJUST_SP;
405:
406: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
407:

Line 440: -- PO: STANDARD, PLANNED

436: -- and the join conditions
437: --p_doc_subtype
438: -- Differentiates between the subtypes of documents
439: -- REQ: NULL
440: -- PO: STANDARD, PLANNED
441: -- PA: CONTRACT, BLANKET
442: -- RELEASE: SCHEDULED, BLANKET
443: --p_doc_level
444: -- Specifies the level of the document that is being checked:

Line 517: -- Standard Start of API savepoint

513: END IF;
514:
515: l_progress := '010';
516:
517: -- Standard Start of API savepoint
518: SAVEPOINT DO_RESERVE_SP;
519:
520: l_progress := '020';
521:

Line 581: -- Rollback as per API standards.

577: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
578: PO_DEBUG.debug_var(l_log_head,l_progress,'x_online_report_id',x_online_report_id);
579: END IF;
580:
581: -- Rollback as per API standards.
582: ROLLBACK TO DO_RESERVE_SP;
583:
584: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
585:

Line 617: -- PO: STANDARD, PLANNED

613: -- and the join conditions
614: --p_doc_subtype
615: -- Differentiates between the subtypes of documents
616: -- REQ: NULL
617: -- PO: STANDARD, PLANNED
618: -- PA: CONTRACT, BLANKET
619: -- RELEASE: SCHEDULED, BLANKET
620: --p_doc_level
621: -- Specifies the level of the document that is being checked:

Line 698: -- Standard Start of API savepoint

694: END IF;
695:
696: l_progress := '010';
697:
698: -- Standard Start of API savepoint
699: SAVEPOINT DO_UNRESERVE_SP;
700:
701: l_progress := '020';
702:

Line 762: -- Rollback as per API standards.

758: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
759: PO_DEBUG.debug_var(l_log_head,l_progress,'x_online_report_id',x_online_report_id);
760: END IF;
761:
762: -- Rollback as per API standards.
763: ROLLBACK TO DO_UNRESERVE_SP;
764:
765: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
766:

Line 797: -- PO: STANDARD, PLANNED

793: -- and the join conditions
794: --p_doc_subtype
795: -- Differentiates between the subtypes of documents
796: -- REQ: NULL
797: -- PO: STANDARD, PLANNED
798: -- PA: CONTRACT, BLANKET
799: -- RELEASE: SCHEDULED, BLANKET
800: --p_doc_level
801: -- Specifies the level of the document that is being checked:

Line 863: -- Standard Start of API savepoint

859: END IF;
860:
861: l_progress := '010';
862:
863: -- Standard Start of API savepoint
864: SAVEPOINT DO_RETURN_SP;
865:
866: l_progress := '020';
867:

Line 927: -- Rollback as per API standards.

923: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
924: PO_DEBUG.debug_var(l_log_head,l_progress,'x_online_report_id',x_online_report_id);
925: END IF;
926:
927: -- Rollback as per API standards.
928: ROLLBACK TO DO_RETURN_SP;
929:
930: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
931:

Line 963: -- PO: STANDARD, PLANNED

959: -- and the join conditions
960: --p_doc_subtype
961: -- Differentiates between the subtypes of documents
962: -- REQ: NULL
963: -- PO: STANDARD, PLANNED
964: -- PA: CONTRACT, BLANKET
965: -- RELEASE: SCHEDULED, BLANKET
966: --p_doc_level
967: -- Specifies the level of the document that is being checked:

Line 1034: -- Standard Start of API savepoint

1030: END IF;
1031:
1032: l_progress := '010';
1033:
1034: -- Standard Start of API savepoint
1035: SAVEPOINT DO_REJECT_SP;
1036:
1037: l_progress := '020';
1038:

Line 1098: -- Rollback as per API standards.

1094: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1095: PO_DEBUG.debug_var(l_log_head,l_progress,'x_online_report_id',x_online_report_id);
1096: END IF;
1097:
1098: -- Rollback as per API standards.
1099: ROLLBACK TO DO_REJECT_SP;
1100:
1101: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
1102:

Line 1137: -- PO: STANDARD, PLANNED

1133: -- and the join conditions
1134: --p_doc_subtype
1135: -- Differentiates between the subtypes of documents
1136: -- REQ: NULL
1137: -- PO: STANDARD, PLANNED
1138: -- PA: CONTRACT, BLANKET
1139: -- RELEASE: SCHEDULED, BLANKET
1140: --p_doc_level
1141: -- Specifies the level of the document that is being checked:

Line 1208: -- Standard Start of API savepoint

1204: END IF;
1205:
1206: l_progress := '010';
1207:
1208: -- Standard Start of API savepoint
1209: SAVEPOINT DO_CANCEL_SP;
1210:
1211: l_progress := '020';
1212:

Line 1272: -- Rollback as per API standards.

1268: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1269: PO_DEBUG.debug_var(l_log_head,l_progress,'x_online_report_id',x_online_report_id);
1270: END IF;
1271:
1272: -- Rollback as per API standards.
1273: ROLLBACK TO DO_CANCEL_SP;
1274:
1275: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
1276:

Line 1308: -- PO: STANDARD, PLANNED

1304: -- and the join conditions
1305: --p_doc_subtype
1306: -- Differentiates between the subtypes of documents
1307: -- REQ: NULL
1308: -- PO: STANDARD, PLANNED
1309: -- PA: CONTRACT, BLANKET
1310: -- RELEASE: SCHEDULED, BLANKET
1311: --p_use_gl_date
1312: -- Flag that specifies whether to always prefer using the existing distribution

Line 1376: -- Standard Start of API savepoint

1372: END IF;
1373:
1374: l_progress := '010';
1375:
1376: -- Standard Start of API savepoint
1377: SAVEPOINT DO_ADJUST_SP;
1378:
1379: l_progress := '020';
1380:

Line 1440: -- Rollback as per API standards.

1436: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1437: PO_DEBUG.debug_var(l_log_head,l_progress,'x_online_report_id',x_online_report_id);
1438: END IF;
1439:
1440: -- Rollback as per API standards.
1441: ROLLBACK TO DO_ADJUST_SP;
1442:
1443: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
1444:

Line 1541: -- Standard Start of API savepoint

1537: END IF;
1538:
1539: l_progress := '010';
1540:
1541: -- Standard Start of API savepoint
1542: SAVEPOINT DO_REQ_SPLIT_SP;
1543: x_po_return_code := NULL;
1544: x_online_report_id := NULL;
1545:

Line 1669: -- Rollback as per API standards.

1665: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1666: PO_DEBUG.debug_var(l_log_head,l_progress,'x_online_report_id',x_online_report_id);
1667: END IF;
1668:
1669: -- Rollback as per API standards.
1670: ROLLBACK TO DO_REQ_SPLIT_SP;
1671:
1672: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
1673:

Line 1705: -- PO: STANDARD, PLANNED

1701: -- and the join conditions
1702: --p_doc_subtype
1703: -- Differentiates between the subtypes of documents
1704: -- REQ: NULL
1705: -- PO: STANDARD, PLANNED
1706: -- PA: CONTRACT, BLANKET
1707: -- RELEASE: SCHEDULED, BLANKET
1708: --p_doc_level
1709: -- Specifies the level of the document that is being checked:

Line 1776: -- Standard Start of API savepoint

1772: END IF;
1773:
1774: l_progress := '010';
1775:
1776: -- Standard Start of API savepoint
1777: SAVEPOINT DO_FINAL_CLOSE_SP;
1778:
1779: l_progress := '020';
1780:

Line 1846: -- Rollback as per API standards.

1842: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
1843: PO_DEBUG.debug_var(l_log_head,l_progress,'x_online_report_id',x_online_report_id);
1844: END IF;
1845:
1846: -- Rollback as per API standards.
1847: ROLLBACK TO DO_FINAL_CLOSE_SP;
1848:
1849: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
1850:

Line 1882: -- PO: STANDARD, PLANNED

1878: -- and the join conditions
1879: --p_doc_subtype
1880: -- Differentiates between the subtypes of documents
1881: -- REQ: NULL
1882: -- PO: STANDARD, PLANNED
1883: -- PA: CONTRACT, BLANKET
1884: -- RELEASE: SCHEDULED, BLANKET
1885: --p_doc_level
1886: -- Specifies the level of the document that is being checked:

Line 1908: -- APPS Standard parameter

1904: -- The id of the invoice that is being cancelled to cause the undo of the
1905: -- final match.
1906: --OUT:
1907: --x_return_status
1908: -- APPS Standard parameter
1909: --x_po_return_code
1910: -- Indicates whether Requisition is classifying this transaction as an
1911: -- Error/Warning/Partial Success/Success
1912: --x_online_report_id

Line 1957: -- Standard Start of API savepoint

1953: END IF;
1954:
1955: l_progress := '010';
1956:
1957: -- Standard Start of API savepoint
1958: SAVEPOINT UNDO_FINAL_CLOSE_SP;
1959:
1960: l_progress := '020';
1961:

Line 2028: -- Rollback as per API standards.

2024: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
2025: PO_DEBUG.debug_var(l_log_head,l_progress,'x_online_report_id',x_online_report_id);
2026: END IF;
2027:
2028: -- Rollback as per API standards.
2029: ROLLBACK TO UNDO_FINAL_CLOSE_SP;
2030:
2031: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
2032:

Line 2064: -- PO: STANDARD, PLANNED

2060: -- and the join conditions
2061: --p_doc_subtype
2062: -- Differentiates between the subtypes of documents
2063: -- REQ: NULL
2064: -- PO: STANDARD, PLANNED
2065: -- PA: CONTRACT, BLANKET
2066: -- RELEASE: SCHEDULED, BLANKET
2067: --p_doc_level
2068: -- Specifies the level of the document that is being checked:

Line 2125: -- Standard Start of API savepoint

2121: END IF;
2122:
2123: l_progress := '010';
2124:
2125: -- Standard Start of API savepoint
2126: SAVEPOINT DO_CBC_YEAREND_RESERVE_SP;
2127:
2128: l_progress := '020';
2129:

Line 2189: -- Rollback as per API standards.

2185: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
2186: PO_DEBUG.debug_var(l_log_head,l_progress,'x_online_report_id',x_online_report_id);
2187: END IF;
2188:
2189: -- Rollback as per API standards.
2190: ROLLBACK TO DO_CBC_YEAREND_RESERVE_SP;
2191:
2192: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
2193:

Line 2225: -- PO: STANDARD, PLANNED

2221: -- and the join conditions
2222: --p_doc_subtype
2223: -- Differentiates between the subtypes of documents
2224: -- REQ: NULL
2225: -- PO: STANDARD, PLANNED
2226: -- PA: CONTRACT, BLANKET
2227: -- RELEASE: SCHEDULED, BLANKET
2228: --p_doc_level
2229: -- Specifies the level of the document that is being checked:

Line 2295: -- Standard Start of API savepoint

2291: END IF;
2292:
2293: l_progress := '010';
2294:
2295: -- Standard Start of API savepoint
2296: SAVEPOINT DO_CBC_YEAREND_UNRESERVE_SP;
2297:
2298: l_progress := '020';
2299:

Line 2359: -- Rollback as per API standards.

2355: PO_DEBUG.debug_var(l_log_head,l_progress,'x_po_return_code',x_po_return_code);
2356: PO_DEBUG.debug_var(l_log_head,l_progress,'x_online_report_id',x_online_report_id);
2357: END IF;
2358:
2359: -- Rollback as per API standards.
2360: ROLLBACK TO DO_CBC_YEAREND_UNRESERVE_SP;
2361:
2362: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
2363:

Line 2674: -- Rollback as per API standards.

2670: PO_DEBUG.debug_var(l_log_head,l_progress,'l_po_return_code',l_po_return_code);
2671: PO_DEBUG.debug_var(l_log_head,l_progress,'l_online_report_id',l_online_report_id);
2672: END IF;
2673:
2674: -- Rollback as per API standards.
2675: ROLLBACK TO REINSTATE_PO_ENCUMBRANCE_SP;
2676:
2677: PO_DEBUG.debug_unexp(l_log_head,l_progress,'OTHERS End');
2678:

Line 2743: -- Standard Start of API savepoint

2739: END IF;
2740:
2741: l_progress := '001';
2742:
2743: -- Standard Start of API savepoint
2744: SAVEPOINT IS_AGREEMENT_ENCUMBERED_SP;
2745:
2746: l_progress := '002';
2747:

Line 2914: -- Standard Start of API savepoint

2910: l_progress VARCHAR2(3) := '000';
2911: l_agreement_encumbered_tbl po_tbl_varchar1;
2912:
2913: BEGIN
2914: -- Standard Start of API savepoint
2915: SAVEPOINT IS_AGREEMENT_ENCUMBERED_SP;
2916:
2917: l_progress := '001';
2918:

Line 3010: -- PO: STANDARD, PLANNED

3006: -- and the join conditions
3007: --p_doc_subtype
3008: -- Differentiates between the subtypes of documents
3009: -- REQ: NULL
3010: -- PO: STANDARD, PLANNED
3011: -- PA: CONTRACT, BLANKET
3012: -- RELEASE: SCHEDULED, BLANKET
3013: --p_doc_level
3014: -- Specifies the level of the document that is being checked:

Line 4072: -- PO: STANDARD, PLANNED

4068: -- and the join conditions
4069: --p_doc_subtype
4070: -- Differentiates between the subtypes of documents
4071: -- REQ: NULL
4072: -- PO: STANDARD, PLANNED
4073: -- PA: CONTRACT, BLANKET
4074: -- RELEASE: SCHEDULED, BLANKET
4075: --p_doc_level
4076: -- Specifies the level of the document that is being checked:

Line 4119: -- Standard Start of API savepoint

4115: END IF;
4116:
4117: l_progress := '010';
4118:
4119: -- Standard Start of API savepoint
4120: SAVEPOINT IS_RESERVABLE_SP;
4121:
4122: l_progress := '020';
4123:

Line 4183: -- PO: STANDARD, PLANNED

4179: -- and the join conditions
4180: --p_doc_subtype
4181: -- Differentiates between the subtypes of documents
4182: -- REQ: NULL
4183: -- PO: STANDARD, PLANNED
4184: -- PA: CONTRACT, BLANKET
4185: -- RELEASE: SCHEDULED, BLANKET
4186: --p_doc_level
4187: -- Specifies the level of the document that is being checked:

Line 4230: -- Standard Start of API savepoint

4226: END IF;
4227:
4228: l_progress := '010';
4229:
4230: -- Standard Start of API savepoint
4231: SAVEPOINT IS_UNRESERVABLE_SP;
4232:
4233: l_progress := '020';
4234:

Line 4333: -- Apps standard parameter

4329: -- g_parameter_YES don't lock them
4330: --
4331: --OUT:
4332: --x_return_status
4333: -- Apps standard parameter
4334: -- VARCHAR2(1)
4335: --Testing:
4336: --
4337: --End of Comments

Line 4730: -- STANDARD Standard PO

4726: -- PO
4727: -- RELEASE
4728: --p_doc_subtype
4729: -- The document subtype. Use the g_doc_subtype_<> variables:
4730: -- STANDARD Standard PO
4731: -- PLANNED Planned PO
4732: -- BLANKET Blanket Release, Blanket Agreement, Global Agreement
4733: -- SCHEDULED Scheduled Release
4734: -- This parameter is not checked for requisitions (okay to use NULL).

Line 4747: -- Apps standard parameter

4743: -- action will be taken.
4744: --OUT:
4745: --x_return_status
4746: -- VARCHAR2(1)
4747: -- Apps standard parameter
4748: --Testing:
4749: --
4750: --End of Comments
4751: -------------------------------------------------------------------------------

Line 4769: -- Standard Start of API savepoint

4765: l_distribution_type PO_DISTRIBUTIONS_ALL.distribution_type%TYPE;
4766:
4767: BEGIN
4768:
4769: -- Standard Start of API savepoint
4770: SAVEPOINT POPULATE_ENC_GT_ACTION_IDS_PVT;
4771:
4772: l_progress := '010';
4773:

Line 4880: -- the Apps API standards require is exemplified by bug 3454804.

4876: -- VARCHAR2(10)
4877: -- Will be set to g_return_FATAL.
4878: --Notes:
4879: -- The need for error handling that is more robust than
4880: -- the Apps API standards require is exemplified by bug 3454804.
4881: --Testing:
4882: --
4883: --End of Comments
4884: -------------------------------------------------------------------------------