DBA Data[Home] [Help]

APPS.GMIVDBL dependencies on PO_VEND_MST

Line 112: FUNCTION po_vend_mst_select (p_po_vend_mst_row IN po_vend_mst%ROWTYPE,

108: FUNCTION qc_grad_mst_select (p_qc_grad_mst_row IN qc_grad_mst%ROWTYPE,
109: x_qc_grad_mst_row IN OUT NOCOPY qc_grad_mst%ROWTYPE)
110: RETURN BOOLEAN;
111:
112: FUNCTION po_vend_mst_select (p_po_vend_mst_row IN po_vend_mst%ROWTYPE,
113: x_po_vend_mst_row IN OUT NOCOPY po_vend_mst%ROWTYPE)
114: RETURN BOOLEAN;
115:
116: -- TKW 9/11/2003 B2378017 Changed signature of proc below.

Line 113: x_po_vend_mst_row IN OUT NOCOPY po_vend_mst%ROWTYPE)

109: x_qc_grad_mst_row IN OUT NOCOPY qc_grad_mst%ROWTYPE)
110: RETURN BOOLEAN;
111:
112: FUNCTION po_vend_mst_select (p_po_vend_mst_row IN po_vend_mst%ROWTYPE,
113: x_po_vend_mst_row IN OUT NOCOPY po_vend_mst%ROWTYPE)
114: RETURN BOOLEAN;
115:
116: -- TKW 9/11/2003 B2378017 Changed signature of proc below.
117: PROCEDURE gmi_item_categories (p_item_rec IN GMIGAPI.item_rec_typ, p_ic_item_mst_row IN ic_item_mst%ROWTYPE);