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 1538: PO_DOCUMENT_FUNDS_PVT.do_return(

1534: END IF;
1535:
1536: l_progress := '060';
1537:
1538: PO_DOCUMENT_FUNDS_PVT.do_return(
1539: x_return_status => x_return_status
1540: , p_doc_type => p_doc_type
1541: , p_doc_subtype => p_doc_subtype
1542: , p_doc_level => p_doc_level

Line 1568: PO_DOCUMENT_FUNDS_PVT.create_report_object(

1564: END IF;
1565:
1566: l_progress := '120';
1567:
1568: PO_DOCUMENT_FUNDS_PVT.create_report_object(
1569: x_return_status => l_report_return_status
1570: , p_online_report_id => l_online_report_id
1571: , p_report_successes => p_report_successes
1572: , x_report_object => x_detailed_results

Line 1770: PO_DOCUMENT_FUNDS_PVT.do_reject(

1766: END IF;
1767:
1768: l_progress := '060';
1769:
1770: PO_DOCUMENT_FUNDS_PVT.do_reject(
1771: x_return_status => x_return_status
1772: , p_doc_type => p_doc_type
1773: , p_doc_subtype => p_doc_subtype
1774: , p_doc_level => p_doc_level

Line 1801: PO_DOCUMENT_FUNDS_PVT.create_report_object(

1797: END IF;
1798:
1799: l_progress := '120';
1800:
1801: PO_DOCUMENT_FUNDS_PVT.create_report_object(
1802: x_return_status => l_report_return_status
1803: , p_online_report_id => l_online_report_id
1804: , p_report_successes => p_report_successes
1805: , x_report_object => x_detailed_results

Line 2006: PO_DOCUMENT_FUNDS_PVT.do_cancel(

2002: END IF;
2003:
2004: l_progress := '060';
2005:
2006: PO_DOCUMENT_FUNDS_PVT.do_cancel(
2007: x_return_status => x_return_status
2008: , p_doc_type => p_doc_type
2009: , p_doc_subtype => p_doc_subtype
2010: , p_doc_level => p_doc_level

Line 2037: PO_DOCUMENT_FUNDS_PVT.create_report_object(

2033: END IF;
2034:
2035: l_progress := '120';
2036:
2037: PO_DOCUMENT_FUNDS_PVT.create_report_object(
2038: x_return_status => l_report_return_status
2039: , p_online_report_id => l_online_report_id
2040: , p_report_successes => p_report_successes
2041: , x_report_object => x_detailed_results

Line 2234: PO_DOCUMENT_FUNDS_PVT.do_adjust(

2230: END IF;
2231:
2232: l_progress := '060';
2233:
2234: PO_DOCUMENT_FUNDS_PVT.do_adjust(
2235: x_return_status => x_return_status
2236: , p_doc_type => p_doc_type
2237: , p_doc_subtype => p_doc_subtype
2238: , p_override_funds => p_override_funds

Line 2264: PO_DOCUMENT_FUNDS_PVT.create_report_object(

2260: END IF;
2261:
2262: l_progress := '120';
2263:
2264: PO_DOCUMENT_FUNDS_PVT.create_report_object(
2265: x_return_status => l_report_return_status
2266: , p_online_report_id => l_online_report_id
2267: , p_report_successes => p_report_successes
2268: , x_report_object => x_detailed_results

Line 2461: PO_DOCUMENT_FUNDS_PVT.do_final_close(

2457: END IF;
2458:
2459: l_progress := '060';
2460:
2461: PO_DOCUMENT_FUNDS_PVT.do_final_close(
2462: x_return_status => x_return_status
2463: , p_doc_type => p_doc_type
2464: , p_doc_subtype => p_doc_subtype
2465: , p_doc_level => p_doc_level

Line 2491: PO_DOCUMENT_FUNDS_PVT.create_report_object(

2487: END IF;
2488:
2489: l_progress := '120';
2490:
2491: PO_DOCUMENT_FUNDS_PVT.create_report_object(
2492: x_return_status => l_report_return_status
2493: , p_online_report_id => l_online_report_id
2494: , p_report_successes => p_report_successes
2495: , x_report_object => x_detailed_results

Line 2701: PO_DOCUMENT_FUNDS_PVT.reinstate_po_encumbrance(

2697: END IF;
2698:
2699: l_progress := '060';
2700:
2701: PO_DOCUMENT_FUNDS_PVT.reinstate_po_encumbrance(
2702: x_return_status => x_return_status,
2703: p_distribution_id => p_distribution_id,
2704: p_invoice_id => p_invoice_id,
2705: p_encumbrance_amt => p_encumbrance_amt,

Line 2871: PO_DOCUMENT_FUNDS_PVT.is_agreement_encumbered(

2867: END IF;
2868:
2869: l_progress := '060';
2870:
2871: PO_DOCUMENT_FUNDS_PVT.is_agreement_encumbered(
2872: x_return_status => x_return_status
2873: , p_agreement_id_tbl => p_agreement_id_tbl
2874: , x_agreement_encumbered_tbl => x_agreement_encumbered_tbl
2875: );

Line 3047: PO_DOCUMENT_FUNDS_PVT.is_reservable(

3043: END IF;
3044:
3045: l_progress := '060';
3046:
3047: PO_DOCUMENT_FUNDS_PVT.is_reservable(
3048: x_return_status => x_return_status
3049: , p_doc_type => p_doc_type
3050: , p_doc_subtype => p_doc_subtype
3051: , p_doc_level => p_doc_level

Line 3226: PO_DOCUMENT_FUNDS_PVT.is_unreservable(

3222: END IF;
3223:
3224: l_progress := '060';
3225:
3226: PO_DOCUMENT_FUNDS_PVT.is_unreservable(
3227: x_return_status => x_return_status
3228: , p_doc_type => p_doc_type
3229: , p_doc_subtype => p_doc_subtype
3230: , p_doc_level => p_doc_level

Line 3458: PO_DOCUMENT_FUNDS_PVT.populate_encumbrance_gt(

3454: l_progress := '200';
3455:
3456: -- Call the private API.
3457:
3458: PO_DOCUMENT_FUNDS_PVT.populate_encumbrance_gt(
3459: x_return_status => x_return_status
3460: , p_doc_type => p_doc_type
3461: , p_doc_level => p_doc_level
3462: , p_doc_level_id_tbl => p_doc_level_id_tbl

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

3502: --Locks:
3503: --
3504: --Function:
3505: -- Returns the value of online_report_id generated in the current tranaction
3506: -- This is to be used only inside the function PO_DOCUMENT_FUNDS_PVT.populate_and_create_bc_report
3507: --Parameters:
3508: --IN:
3509: --
3510: --OUT:

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

3524: END IF;
3525:
3526: IF (PO_LOG.d_proc) THEN
3527: PO_LOG.proc_end(d_module_base);
3528: PO_LOG.proc_end(d_module_base, 'PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID', PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID);
3529: END IF;
3530: d_progress:=1;
3531:
3532: return PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID;

Line 3532: return PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID;

3528: PO_LOG.proc_end(d_module_base, 'PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID', PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID);
3529: END IF;
3530: d_progress:=1;
3531:
3532: return PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID;
3533:
3534: EXCEPTION
3535: WHEN OTHERS THEN
3536: IF (PO_LOG.d_exc) THEN

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

3535: WHEN OTHERS THEN
3536: IF (PO_LOG.d_exc) THEN
3537: PO_LOG.exc(d_module_base, d_progress, 'Unhandled exception in '
3538: ||l_module_name||' '||SQLCODE||' '||SQLERRM);
3539: PO_LOG.proc_end(d_module_base, 'PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID', PO_DOCUMENT_FUNDS_PVT.g_ONLINE_REPORT_ID);
3540: END IF;
3541: RAISE FND_API.g_exc_unexpected_error;
3542: END;
3543: