DBA Data[Home] [Help]

APPS.PO_DOCUMENT_FUNDS_GRP dependencies on PO_DOCUMENT_FUNDS_PVT

Line 196: PO_DOCUMENT_FUNDS_PVT.check_reserve(

192: END IF;
193:
194: l_progress := '060';
195:
196: PO_DOCUMENT_FUNDS_PVT.check_reserve(
197: x_return_status => x_return_status
198: , p_doc_type => p_doc_type
199: , p_doc_subtype => p_doc_subtype
200: , p_doc_level => p_doc_level

Line 225: PO_DOCUMENT_FUNDS_PVT.create_report_object(

221: END IF;
222:
223: l_progress := '120';
224:
225: PO_DOCUMENT_FUNDS_PVT.create_report_object(
226: x_return_status => l_report_return_status
227: , p_online_report_id => l_online_report_id
228: , p_report_successes => p_report_successes
229: , x_report_object => x_detailed_results

Line 444: PO_DOCUMENT_FUNDS_PVT.check_adjust(

440: END IF;
441:
442: l_progress := '060';
443:
444: PO_DOCUMENT_FUNDS_PVT.check_adjust(
445: x_return_status => x_return_status
446: , p_doc_type => p_doc_type
447: , p_doc_subtype => p_doc_subtype
448: , p_override_funds => p_override_funds

Line 472: PO_DOCUMENT_FUNDS_PVT.create_report_object(

468: END IF;
469:
470: l_progress := '120';
471:
472: PO_DOCUMENT_FUNDS_PVT.create_report_object(
473: x_return_status => l_report_return_status
474: , p_online_report_id => l_online_report_id
475: , p_report_successes => p_report_successes
476: , x_report_object => x_detailed_results

Line 724: PO_DOCUMENT_FUNDS_PVT.populate_enc_gt_action_ids(

720:
721: IF (p_doc_level_id_tbl.COUNT > 1) THEN
722: l_progress := '110';
723:
724: PO_DOCUMENT_FUNDS_PVT.populate_enc_gt_action_ids(
725: x_return_status => x_return_status
726: , p_doc_type => p_doc_type
727: , p_doc_subtype => p_doc_subtype
728: , p_doc_level => p_doc_level

Line 752: PO_DOCUMENT_FUNDS_PVT.do_reserve(

748: END IF;
749:
750: l_progress := '200';
751:
752: PO_DOCUMENT_FUNDS_PVT.do_reserve(
753: x_return_status => x_return_status
754: , p_doc_type => p_doc_type
755: , p_doc_subtype => p_doc_subtype
756: , p_doc_level => p_doc_level

Line 779: PO_DOCUMENT_FUNDS_PVT.create_report_object(

775: END IF;
776:
777: l_progress := '400';
778:
779: PO_DOCUMENT_FUNDS_PVT.create_report_object(
780: x_return_status => l_report_return_status
781: , p_online_report_id => l_online_report_id
782: , p_report_successes => p_report_successes
783: , x_report_object => x_detailed_results

Line 1037: PO_DOCUMENT_FUNDS_PVT.populate_enc_gt_action_ids(

1033:
1034: IF (p_doc_level_id_tbl.COUNT > 1) THEN
1035: l_progress := '110';
1036:
1037: PO_DOCUMENT_FUNDS_PVT.populate_enc_gt_action_ids(
1038: x_return_status => x_return_status
1039: , p_doc_type => p_doc_type
1040: , p_doc_subtype => p_doc_subtype
1041: , p_doc_level => p_doc_level

Line 1065: PO_DOCUMENT_FUNDS_PVT.do_unreserve(

1061: END IF;
1062:
1063: l_progress := '200';
1064:
1065: PO_DOCUMENT_FUNDS_PVT.do_unreserve(
1066: x_return_status => x_return_status
1067: , p_doc_type => p_doc_type
1068: , p_doc_subtype => p_doc_subtype
1069: , p_doc_level => p_doc_level

Line 1093: PO_DOCUMENT_FUNDS_PVT.create_report_object(

1089: END IF;
1090:
1091: l_progress := '400';
1092:
1093: PO_DOCUMENT_FUNDS_PVT.create_report_object(
1094: x_return_status => l_report_return_status
1095: , p_online_report_id => l_online_report_id
1096: , p_report_successes => p_report_successes
1097: , x_report_object => x_detailed_results

Line 1289: PO_DOCUMENT_FUNDS_PVT.do_return(

1285: END IF;
1286:
1287: l_progress := '060';
1288:
1289: PO_DOCUMENT_FUNDS_PVT.do_return(
1290: x_return_status => x_return_status
1291: , p_doc_type => p_doc_type
1292: , p_doc_subtype => p_doc_subtype
1293: , p_doc_level => p_doc_level

Line 1319: PO_DOCUMENT_FUNDS_PVT.create_report_object(

1315: END IF;
1316:
1317: l_progress := '120';
1318:
1319: PO_DOCUMENT_FUNDS_PVT.create_report_object(
1320: x_return_status => l_report_return_status
1321: , p_online_report_id => l_online_report_id
1322: , p_report_successes => p_report_successes
1323: , x_report_object => x_detailed_results

Line 1521: PO_DOCUMENT_FUNDS_PVT.do_reject(

1517: END IF;
1518:
1519: l_progress := '060';
1520:
1521: PO_DOCUMENT_FUNDS_PVT.do_reject(
1522: x_return_status => x_return_status
1523: , p_doc_type => p_doc_type
1524: , p_doc_subtype => p_doc_subtype
1525: , p_doc_level => p_doc_level

Line 1552: PO_DOCUMENT_FUNDS_PVT.create_report_object(

1548: END IF;
1549:
1550: l_progress := '120';
1551:
1552: PO_DOCUMENT_FUNDS_PVT.create_report_object(
1553: x_return_status => l_report_return_status
1554: , p_online_report_id => l_online_report_id
1555: , p_report_successes => p_report_successes
1556: , x_report_object => x_detailed_results

Line 1757: PO_DOCUMENT_FUNDS_PVT.do_cancel(

1753: END IF;
1754:
1755: l_progress := '060';
1756:
1757: PO_DOCUMENT_FUNDS_PVT.do_cancel(
1758: x_return_status => x_return_status
1759: , p_doc_type => p_doc_type
1760: , p_doc_subtype => p_doc_subtype
1761: , p_doc_level => p_doc_level

Line 1788: PO_DOCUMENT_FUNDS_PVT.create_report_object(

1784: END IF;
1785:
1786: l_progress := '120';
1787:
1788: PO_DOCUMENT_FUNDS_PVT.create_report_object(
1789: x_return_status => l_report_return_status
1790: , p_online_report_id => l_online_report_id
1791: , p_report_successes => p_report_successes
1792: , x_report_object => x_detailed_results

Line 1985: PO_DOCUMENT_FUNDS_PVT.do_adjust(

1981: END IF;
1982:
1983: l_progress := '060';
1984:
1985: PO_DOCUMENT_FUNDS_PVT.do_adjust(
1986: x_return_status => x_return_status
1987: , p_doc_type => p_doc_type
1988: , p_doc_subtype => p_doc_subtype
1989: , p_override_funds => p_override_funds

Line 2015: PO_DOCUMENT_FUNDS_PVT.create_report_object(

2011: END IF;
2012:
2013: l_progress := '120';
2014:
2015: PO_DOCUMENT_FUNDS_PVT.create_report_object(
2016: x_return_status => l_report_return_status
2017: , p_online_report_id => l_online_report_id
2018: , p_report_successes => p_report_successes
2019: , x_report_object => x_detailed_results

Line 2212: PO_DOCUMENT_FUNDS_PVT.do_final_close(

2208: END IF;
2209:
2210: l_progress := '060';
2211:
2212: PO_DOCUMENT_FUNDS_PVT.do_final_close(
2213: x_return_status => x_return_status
2214: , p_doc_type => p_doc_type
2215: , p_doc_subtype => p_doc_subtype
2216: , p_doc_level => p_doc_level

Line 2242: PO_DOCUMENT_FUNDS_PVT.create_report_object(

2238: END IF;
2239:
2240: l_progress := '120';
2241:
2242: PO_DOCUMENT_FUNDS_PVT.create_report_object(
2243: x_return_status => l_report_return_status
2244: , p_online_report_id => l_online_report_id
2245: , p_report_successes => p_report_successes
2246: , x_report_object => x_detailed_results

Line 2452: PO_DOCUMENT_FUNDS_PVT.reinstate_po_encumbrance(

2448: END IF;
2449:
2450: l_progress := '060';
2451:
2452: PO_DOCUMENT_FUNDS_PVT.reinstate_po_encumbrance(
2453: x_return_status => x_return_status,
2454: p_distribution_id => p_distribution_id,
2455: p_invoice_id => p_invoice_id,
2456: p_encumbrance_amt => p_encumbrance_amt,

Line 2622: PO_DOCUMENT_FUNDS_PVT.is_agreement_encumbered(

2618: END IF;
2619:
2620: l_progress := '060';
2621:
2622: PO_DOCUMENT_FUNDS_PVT.is_agreement_encumbered(
2623: x_return_status => x_return_status
2624: , p_agreement_id_tbl => p_agreement_id_tbl
2625: , x_agreement_encumbered_tbl => x_agreement_encumbered_tbl
2626: );

Line 2798: PO_DOCUMENT_FUNDS_PVT.is_reservable(

2794: END IF;
2795:
2796: l_progress := '060';
2797:
2798: PO_DOCUMENT_FUNDS_PVT.is_reservable(
2799: x_return_status => x_return_status
2800: , p_doc_type => p_doc_type
2801: , p_doc_subtype => p_doc_subtype
2802: , p_doc_level => p_doc_level

Line 2977: PO_DOCUMENT_FUNDS_PVT.is_unreservable(

2973: END IF;
2974:
2975: l_progress := '060';
2976:
2977: PO_DOCUMENT_FUNDS_PVT.is_unreservable(
2978: x_return_status => x_return_status
2979: , p_doc_type => p_doc_type
2980: , p_doc_subtype => p_doc_subtype
2981: , p_doc_level => p_doc_level

Line 3209: PO_DOCUMENT_FUNDS_PVT.populate_encumbrance_gt(

3205: l_progress := '200';
3206:
3207: -- Call the private API.
3208:
3209: PO_DOCUMENT_FUNDS_PVT.populate_encumbrance_gt(
3210: x_return_status => x_return_status
3211: , p_doc_type => p_doc_type
3212: , p_doc_level => p_doc_level
3213: , p_doc_level_id_tbl => p_doc_level_id_tbl

Line 3257: -- This is to be used only inside the function PO_DOCUMENT_FUNDS_PVT.populate_and_create_bc_report

3253: --Locks:
3254: --
3255: --Function:
3256: -- Returns the value of online_report_id generated in the current tranaction
3257: -- This is to be used only inside the function PO_DOCUMENT_FUNDS_PVT.populate_and_create_bc_report
3258: --Parameters:
3259: --IN:
3260: --
3261: --OUT:

Line 3279: PO_LOG.proc_end(d_module_base, 'PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID', PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID);

3275: END IF;
3276:
3277: IF (PO_LOG.d_proc) THEN
3278: PO_LOG.proc_end(d_module_base);
3279: PO_LOG.proc_end(d_module_base, 'PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID', PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID);
3280: END IF;
3281: d_progress:=1;
3282:
3283: return PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID;

Line 3283: return PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID;

3279: PO_LOG.proc_end(d_module_base, 'PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID', PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID);
3280: END IF;
3281: d_progress:=1;
3282:
3283: return PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID;
3284:
3285: EXCEPTION
3286: WHEN OTHERS THEN
3287: IF (PO_LOG.d_exc) THEN

Line 3290: PO_LOG.proc_end(d_module_base, 'PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID', PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID);

3286: WHEN OTHERS THEN
3287: IF (PO_LOG.d_exc) THEN
3288: PO_LOG.exc(d_module_base, d_progress, 'Unhandled exception in '
3289: ||l_module_name||' '||SQLCODE||' '||SQLERRM);
3290: PO_LOG.proc_end(d_module_base, 'PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID', PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID);
3291: END IF;
3292: RAISE FND_API.g_exc_unexpected_error;
3293: END;
3294: