DBA Data[Home] [Help]

APPS.PO_UDA_AUTOCREATE_PKG dependencies on PO_HEADERS_INTERFACE

Line 3098: FROM po_headers_interface

3094:
3095: l_progress := '010';
3096: SELECT interface_source_code, document_type_code, document_subtype, style_id
3097: INTO l_interface_source_code, l_document_type, l_document_subtype, l_document_style_id
3098: FROM po_headers_interface
3099: WHERE interface_header_id = po_autocreate_params.g_interface_header_id;
3100:
3101: l_progress := '020';
3102:

Line 3221: -- PO_HEADERS_INTERFACE.interface_source_code,document_type_code,document_subtype,style_id

3217:
3218: -- If we know the interface header id we can find out whether the call is
3219: -- from sourcing or PO BWC and also we can find out the target document style
3220: -- and document type, subtype etc..
3221: -- PO_HEADERS_INTERFACE.interface_source_code,document_type_code,document_subtype,style_id
3222: -- We can get the source document details from po_lines_interface
3223:
3224: -- Initialize source and target functional,document type, document style details.
3225: