DBA Data[Home] [Help]

APPS.PO_MGD_EURO_CP dependencies on STANDARD

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

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

Line 53: , p_standard_po_flag IN VARCHAR2 DEFAULT 'N'

49: , x_retcode OUT NOCOPY VARCHAR2
50: , p_vend_id IN NUMBER
51: , p_vend_site_id IN NUMBER DEFAULT NULL
52: , p_site_from_ncu IN VARCHAR2 DEFAULT NULL
53: , p_standard_po_flag IN VARCHAR2 DEFAULT 'N'
54: , p_blanket_po_flag IN VARCHAR2 DEFAULT 'N'
55: , p_planned_po_flag IN VARCHAR2 DEFAULT 'N'
56: , p_contract_po_flag IN VARCHAR2 DEFAULT 'N'
57: , p_po_from_ncu IN VARCHAR2 DEFAULT NULL

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

69: --========================================================================
70: -- PROCEDURE : Run_All_Vendor_Conversion PUBLIC
71: -- PARAMETERS: x_errbuf error buffer
72: -- x_retcode 0 success, 1 warning, 2 error
73: -- p_st_po_flag Indicate if Standard PO needs to be converted
74: -- p_bl_po_flag Indicate if Blanket PO needs to be converted
75: -- p_pl_po_flag Indicate if Planned PO needs to be converted
76: -- p_ct_po_flag Indicate if Contract PO needs to be converted
77: -- p_po_from_cur NCU POs to be converted