DBA Data[Home] [Help]

APPS.PO_MGD_EURO_CP dependencies on STANDARD

Line 30: -- p_standard_po_flag Indicate if Standard PO needs to be converted

26: -- x_retcode 0 success, 1 warning, 2 error
27: -- p_vend_id Supplier ID
28: -- p_vend_site_id Supplier Site ID
29: -- p_site_from_ncu NCU address sites to be converted
30: -- p_standard_po_flag Indicate if Standard PO needs to be converted
31: -- p_blanket_po_flag Indicate if Blanket PO needs to be converted
32: -- p_planned_po_flag Indicate if Planned PO needs to be converted
33: -- p_contract_po_flag Indicate if Contract PO needs to be converted
34: -- p_po_from_ncu NCU POs to be converted

Line 49: , p_standard_po_flag IN VARCHAR2 DEFAULT 'N'

45: , x_retcode OUT NOCOPY VARCHAR2
46: , p_vend_id IN NUMBER
47: , p_vend_site_id IN NUMBER DEFAULT NULL
48: , p_site_from_ncu IN VARCHAR2 DEFAULT NULL
49: , p_standard_po_flag IN VARCHAR2 DEFAULT 'N'
50: , p_blanket_po_flag IN VARCHAR2 DEFAULT 'N'
51: , p_planned_po_flag IN VARCHAR2 DEFAULT 'N'
52: , p_contract_po_flag IN VARCHAR2 DEFAULT 'N'
53: , p_po_from_ncu IN VARCHAR2 DEFAULT NULL

Line 63: -- p_st_po_flag Indicate if Standard PO needs to be converted

59: --========================================================================
60: -- PROCEDURE : Run_All_Vendor_Conversion PUBLIC
61: -- PARAMETERS: x_errbuf error buffer
62: -- x_retcode 0 success, 1 warning, 2 error
63: -- p_st_po_flag Indicate if Standard PO needs to be converted
64: -- p_bl_po_flag Indicate if Blanket PO needs to be converted
65: -- p_pl_po_flag Indicate if Planned PO needs to be converted
66: -- p_ct_po_flag Indicate if Contract PO needs to be converted
67: -- p_po_from_cur NCU POs to be converted