DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_POSTPROC_PVT dependencies on PO_AUTOCREATE_MAINPROC_PVT

Line 3: g_pkg_name CONSTANT VARCHAR2 (1000) := 'po_autocreate_mainproc_pvt';

1: PACKAGE BODY po_autocreate_postproc_pvt AS
2: /* $Header: PO_AUTOCREATE_POSTPROC_PVT.plb 120.33.12020000.13 2013/05/08 08:24:14 akyanama ship $ */
3: g_pkg_name CONSTANT VARCHAR2 (1000) := 'po_autocreate_mainproc_pvt';
4: g_log_head CONSTANT VARCHAR2 (1000)
5: := 'po.plsql.PO_AUTOCREATE_POSTPROC_PVT.';
6: g_debug_stmt CONSTANT BOOLEAN := po_debug.is_debug_stmt_on;
7: g_debug_unexp CONSTANT BOOLEAN := po_debug.is_debug_unexp_on;

Line 1561: AND (po_autocreate_mainproc_pvt.has_one_time_location

1557: -- location, move the attachment from the PO line to the PO shipment
1558: IF (po_autocreate_params.g_document_subtype IN
1559: ('STANDARD', 'PLANNED')
1560: )
1561: AND (po_autocreate_mainproc_pvt.has_one_time_location
1562: (intf_rec.requisition_line_id)
1563: )
1564: THEN
1565: BEGIN