DBA Data[Home] [Help]

APPS.GML_VALIDATE_PO dependencies on IC_WHSE_MST

Line 14: (v_whse_code IN ic_whse_mst.whse_code%TYPE,

10: FUNCTION val_doc_assign
11: (v_orgn_code IN sy_docs_seq.orgn_code%TYPE) RETURN BOOLEAN;
12:
13: FUNCTION val_warehouse
14: (v_whse_code IN ic_whse_mst.whse_code%TYPE,
15: v_orgn_code IN ic_whse_mst.orgn_code%TYPE) RETURN BOOLEAN;
16:
17: FUNCTION val_vendor
18: (v_of_vendor_site_id IN po_vend_mst.of_vendor_site_id%TYPE,

Line 15: v_orgn_code IN ic_whse_mst.orgn_code%TYPE) RETURN BOOLEAN;

11: (v_orgn_code IN sy_docs_seq.orgn_code%TYPE) RETURN BOOLEAN;
12:
13: FUNCTION val_warehouse
14: (v_whse_code IN ic_whse_mst.whse_code%TYPE,
15: v_orgn_code IN ic_whse_mst.orgn_code%TYPE) RETURN BOOLEAN;
16:
17: FUNCTION val_vendor
18: (v_of_vendor_site_id IN po_vend_mst.of_vendor_site_id%TYPE,
19: v_co_code IN po_vend_mst.co_code%TYPE) RETURN BOOLEAN;