DBA Data[Home] [Help]

APPS.PO_DOCS_INTERFACE_SV5 dependencies on PO_HEADERS_INTERFACE

Line 5: PROCEDURE NAME: process_po_headers_interface()

1: PACKAGE PO_DOCS_INTERFACE_SV5 AS
2: /* $Header: POXPIDIS.pls 120.1 2005/12/16 16:27:14 bao noship $ */
3:
4: /*==================================================================
5: PROCEDURE NAME: process_po_headers_interface()
6:
7: DESCRIPTION: This API is used to process records in po_headers_interface.
8: it will call derivation, defaulting and validation subprog
9: and populate records into po_headers, and at the same time,

Line 7: DESCRIPTION: This API is used to process records in po_headers_interface.

3:
4: /*==================================================================
5: PROCEDURE NAME: process_po_headers_interface()
6:
7: DESCRIPTION: This API is used to process records in po_headers_interface.
8: it will call derivation, defaulting and validation subprog
9: and populate records into po_headers, and at the same time,
10: to process line.
11:

Line 34: PROCEDURE process_po_headers_interface(

30: * added x_rel_gen_method as one parameter.
31: Modified 03-Aug-2005 BAO --
32:
33: =======================================================================*/
34: PROCEDURE process_po_headers_interface(
35: X_selected_batch_id IN NUMBER,
36: X_buyer_id IN NUMBER,
37: X_document_type IN VARCHAR2,
38: X_document_subtype IN VARCHAR2,

Line 50: p_inv_org_id IN PO_HEADERS_INTERFACE.org_id%type DEFAULT NULL

46: X_org_id_param IN NUMBER default NULL,
47: X_ga_flag IN VARCHAR2 default 'N',
48: ----
49: p_sourcing_level IN VARCHAR2 DEFAULT NULL,
50: p_inv_org_id IN PO_HEADERS_INTERFACE.org_id%type DEFAULT NULL
51: ----
52: ); -- FPI
53:
54: