DBA Data[Home] [Help]

APPS.PO_DOCUMENT_FUNDS_PVT dependencies on GL_BC_PACKETS

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

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

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

262: --Name: check_adjust
263: --Pre-reqs:
264: -- None.
265: --Modifies:
266: -- Creates funds check entries in the gl_bc_packets table
267: -- Adds distribution-specific transaction information into the
268: -- po_online_report_text table
269: --Locks:
270: -- None.

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

419: --Name: do_reserve
420: --Pre-reqs:
421: -- None.
422: --Modifies:
423: -- Creates encumbrance entries in the gl_bc_packets table
424: -- Adds distribution-specific transaction information into the
425: -- po_online_report_text table
426: --Locks:
427: -- None.

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

596: --Name: do_unreserve
597: --Pre-reqs:
598: -- None.
599: --Modifies:
600: -- Creates encumbrance entries in the gl_bc_packets table
601: -- Adds distribution-specific transaction information into the
602: -- po_online_report_text table
603: --Locks:
604: -- None.

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

776: --Name: do_return
777: --Pre-reqs:
778: -- None.
779: --Modifies:
780: -- Creates encumbrance entries in the gl_bc_packets table
781: -- Adds distribution-specific transaction information into the
782: -- po_online_report_text table
783: --Locks:
784: -- None.

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

942: --Name: do_reject
943: --Pre-reqs:
944: -- None.
945: --Modifies:
946: -- Creates encumbrance entries in the gl_bc_packets table
947: -- Adds distribution-specific transaction information into the
948: -- po_online_report_text table
949: --Locks:
950: -- None.

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

1116: -- level to be 'I' (is this always required?)
1117: -- The cancel code must have already created a new Req distribution if Recreate
1118: -- (and hence re-encumber) Demand is requested.
1119: --Modifies:
1120: -- Creates encumbrance entries in the gl_bc_packets table
1121: -- Adds distribution-specific transaction information into the
1122: -- po_online_report_text table
1123: --Locks:
1124: -- None.

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

1287: --Name: do_adjust
1288: --Pre-reqs:
1289: -- N/A.
1290: --Modifies:
1291: -- Creates encumbrance entries in the gl_bc_packets table
1292: -- Adds distribution-specific transaction information into the
1293: -- po_online_report_text table
1294: --Locks:
1295: -- None.

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

1455: --Name: do_req_split
1456: --Pre-reqs:
1457: -- None.
1458: --Modifies:
1459: -- Creates encumbrance entries in the gl_bc_packets table.
1460: -- Adds distribution-specific transaction information into the
1461: -- po_online_report_text table.
1462: -- Adds entries to the action history.
1463: -- Manipulates PO_ENCUMBRANCE_GT.

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

1684: --Name: do_final_close
1685: --Pre-reqs:
1686: -- N/A.
1687: --Modifies:
1688: -- Creates encumbrance entries in the gl_bc_packets table
1689: -- Adds distribution-specific transaction information into the
1690: -- po_online_report_text table
1691: --Locks:
1692: -- None.

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

1861: --Name: undo_final_close
1862: --Pre-reqs:
1863: -- n/a
1864: --Modifies:
1865: -- Creates encumbrance entries in the gl_bc_packets table
1866: -- Adds distribution-specific transaction information into the
1867: -- po_online_report_text table
1868: --Function:
1869: -- This procedure performs funds reservation on all eligible

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

2043: --Name: do_cbc_yearend_reserve
2044: --Pre-reqs:
2045: -- None.
2046: --Modifies:
2047: -- Creates encumbrance entries in the gl_bc_packets table
2048: -- Adds distribution-specific transaction information into the
2049: -- po_online_report_text table
2050: --Locks:
2051: -- None.

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

2204: --Name: do_cbc_yearend_unreserve
2205: --Pre-reqs:
2206: -- None.
2207: --Modifies:
2208: -- Creates encumbrance entries in the gl_bc_packets table
2209: -- Adds distribution-specific transaction information into the
2210: -- po_online_report_text table
2211: --Locks:
2212: -- None.

Line 2983: -- GL_BC_PACKETS

2979: --Name: do_action
2980: --Pre-reqs:
2981: -- org context is set
2982: --Modifies:
2983: -- GL_BC_PACKETS
2984: -- PO_ONLINE_REPORT_TEXT
2985: -- PO_ENC_DISTRIBUTIONS_GT
2986: --Locks:
2987: -- None.

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

2986: --Locks:
2987: -- None.
2988: --Function:
2989: -- This procedure performs funds action on all eligible distributions of
2990: -- a document. Creates encumbrance entries in the gl_bc_packets table.
2991: -- Adds distribution-specific transaction information into the
2992: -- po_online_report_text table.
2993: --Parameters:
2994: --IN:

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

3095: l_cbc_flag VARCHAR2(1);
3096: l_get_backing_docs_flag VARCHAR2(1);
3097:
3098: --GL call variables
3099: l_gl_packet_status GL_BC_PACKETS.status_code%TYPE; --used in insert_packet
3100: l_gl_call_mode VARCHAR2(1); --used in execute_gl_call
3101: l_packet_id NUMBER := NULL; -- Bug 3218669
3102: l_gl_return_code VARCHAR2(1);
3103:

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

3908: FND_MESSAGE.set_name('PO', l_po_return_msg_name);
3909: FND_MSG_PUB.add;
3910:
3911: -- bug 3218669
3912: -- Clean up GL_BC_PACKETS so that the failed transaction
3913: -- does not continue to hold up funds
3914: -- if the caller decides to ROLLBACK instead of COMMIT.
3915: IF (l_packet_id IS NOT NULL) THEN
3916: ROLLBACK TO EXECUTE_GL_CALL_SP;