DBA Data[Home] [Help]

APPS.PO_DOCUMENT_FUNDS_PVT dependencies on GL_BC_PACKETS

Line 107: -- Creates funds check entries in the gl_bc_packets table

103: --Name: check_reserve
104: --Pre-reqs:
105: -- None.
106: --Modifies:
107: -- Creates funds check entries in the gl_bc_packets table
108: -- Adds distribution-specific transaction information into the
109: -- po_online_report_text table
110: --Locks:
111: -- None.

Line 306: -- Creates funds check entries in the gl_bc_packets table

302: --Name: check_adjust
303: --Pre-reqs:
304: -- None.
305: --Modifies:
306: -- Creates funds check entries in the gl_bc_packets table
307: -- Adds distribution-specific transaction information into the
308: -- po_online_report_text table
309: --Locks:
310: -- None.

Line 463: -- Creates encumbrance entries in the gl_bc_packets table

459: --Name: do_reserve
460: --Pre-reqs:
461: -- None.
462: --Modifies:
463: -- Creates encumbrance entries in the gl_bc_packets table
464: -- Adds distribution-specific transaction information into the
465: -- po_online_report_text table
466: --Locks:
467: -- None.

Line 640: -- Creates encumbrance entries in the gl_bc_packets table

636: --Name: do_unreserve
637: --Pre-reqs:
638: -- None.
639: --Modifies:
640: -- Creates encumbrance entries in the gl_bc_packets table
641: -- Adds distribution-specific transaction information into the
642: -- po_online_report_text table
643: --Locks:
644: -- None.

Line 820: -- Creates encumbrance entries in the gl_bc_packets table

816: --Name: do_return
817: --Pre-reqs:
818: -- None.
819: --Modifies:
820: -- Creates encumbrance entries in the gl_bc_packets table
821: -- Adds distribution-specific transaction information into the
822: -- po_online_report_text table
823: --Locks:
824: -- None.

Line 986: -- Creates encumbrance entries in the gl_bc_packets table

982: --Name: do_reject
983: --Pre-reqs:
984: -- None.
985: --Modifies:
986: -- Creates encumbrance entries in the gl_bc_packets table
987: -- Adds distribution-specific transaction information into the
988: -- po_online_report_text table
989: --Locks:
990: -- None.

Line 1160: -- Creates encumbrance entries in the gl_bc_packets table

1156: -- level to be 'I' (is this always required?)
1157: -- The cancel code must have already created a new Req distribution if Recreate
1158: -- (and hence re-encumber) Demand is requested.
1159: --Modifies:
1160: -- Creates encumbrance entries in the gl_bc_packets table
1161: -- Adds distribution-specific transaction information into the
1162: -- po_online_report_text table
1163: --Locks:
1164: -- None.

Line 1331: -- Creates encumbrance entries in the gl_bc_packets table

1327: --Name: do_adjust
1328: --Pre-reqs:
1329: -- N/A.
1330: --Modifies:
1331: -- Creates encumbrance entries in the gl_bc_packets table
1332: -- Adds distribution-specific transaction information into the
1333: -- po_online_report_text table
1334: --Locks:
1335: -- None.

Line 1499: -- Creates encumbrance entries in the gl_bc_packets table.

1495: --Name: do_req_split
1496: --Pre-reqs:
1497: -- None.
1498: --Modifies:
1499: -- Creates encumbrance entries in the gl_bc_packets table.
1500: -- Adds distribution-specific transaction information into the
1501: -- po_online_report_text table.
1502: -- Adds entries to the action history.
1503: -- Manipulates PO_ENCUMBRANCE_GT.

Line 1728: -- Creates encumbrance entries in the gl_bc_packets table

1724: --Name: do_final_close
1725: --Pre-reqs:
1726: -- N/A.
1727: --Modifies:
1728: -- Creates encumbrance entries in the gl_bc_packets table
1729: -- Adds distribution-specific transaction information into the
1730: -- po_online_report_text table
1731: --Locks:
1732: -- None.

Line 1905: -- Creates encumbrance entries in the gl_bc_packets table

1901: --Name: undo_final_close
1902: --Pre-reqs:
1903: -- n/a
1904: --Modifies:
1905: -- Creates encumbrance entries in the gl_bc_packets table
1906: -- Adds distribution-specific transaction information into the
1907: -- po_online_report_text table
1908: --Function:
1909: -- This procedure performs funds reservation on all eligible

Line 2087: -- Creates encumbrance entries in the gl_bc_packets table

2083: --Name: do_cbc_yearend_reserve
2084: --Pre-reqs:
2085: -- None.
2086: --Modifies:
2087: -- Creates encumbrance entries in the gl_bc_packets table
2088: -- Adds distribution-specific transaction information into the
2089: -- po_online_report_text table
2090: --Locks:
2091: -- None.

Line 2248: -- Creates encumbrance entries in the gl_bc_packets table

2244: --Name: do_cbc_yearend_unreserve
2245: --Pre-reqs:
2246: -- None.
2247: --Modifies:
2248: -- Creates encumbrance entries in the gl_bc_packets table
2249: -- Adds distribution-specific transaction information into the
2250: -- po_online_report_text table
2251: --Locks:
2252: -- None.

Line 3023: -- GL_BC_PACKETS

3019: --Name: do_action
3020: --Pre-reqs:
3021: -- org context is set
3022: --Modifies:
3023: -- GL_BC_PACKETS
3024: -- PO_ONLINE_REPORT_TEXT
3025: -- PO_ENC_DISTRIBUTIONS_GT
3026: --Locks:
3027: -- None.

Line 3030: -- a document. Creates encumbrance entries in the gl_bc_packets table.

3026: --Locks:
3027: -- None.
3028: --Function:
3029: -- This procedure performs funds action on all eligible distributions of
3030: -- a document. Creates encumbrance entries in the gl_bc_packets table.
3031: -- Adds distribution-specific transaction information into the
3032: -- po_online_report_text table.
3033: --Parameters:
3034: --IN:

Line 3139: l_gl_packet_status GL_BC_PACKETS.status_code%TYPE; --used in insert_packet

3135: l_cbc_flag VARCHAR2(1);
3136: l_get_backing_docs_flag VARCHAR2(1);
3137:
3138: --GL call variables
3139: l_gl_packet_status GL_BC_PACKETS.status_code%TYPE; --used in insert_packet
3140: l_gl_call_mode VARCHAR2(1); --used in execute_gl_call
3141: l_packet_id NUMBER := NULL; -- Bug 3218669
3142: l_gl_return_code VARCHAR2(1);
3143:

Line 4094: -- Clean up GL_BC_PACKETS so that the failed transaction

4090: FND_MESSAGE.set_name('PO', l_po_return_msg_name);
4091: FND_MSG_PUB.add;
4092:
4093: -- bug 3218669
4094: -- Clean up GL_BC_PACKETS so that the failed transaction
4095: -- does not continue to hold up funds
4096: -- if the caller decides to ROLLBACK instead of COMMIT.
4097: IF (l_packet_id IS NOT NULL) THEN
4098: ROLLBACK TO EXECUTE_GL_CALL_SP;