DBA Data[Home] [Help]

APPS.GML_OPM_PO dependencies on MTL_SYSTEM_ITEMS_B

Line 6: FUNCTION CHECK_OPM_ITEM_BY_ORA_ID(p_inventory_item_id in mtl_system_items_b.inventory_item_id%TYPE,p_organization_id in mtl_system_items_b.organization_id%TYPE)

2: /* $Header: GMLOPMPS.pls 120.0 2005/05/25 16:20:24 appldev noship $ */
3: FUNCTION CHECK_OPM_PO (p_po_header_id in po_headers_all.po_header_id%TYPE)
4: RETURN NUMBER;
5:
6: FUNCTION CHECK_OPM_ITEM_BY_ORA_ID(p_inventory_item_id in mtl_system_items_b.inventory_item_id%TYPE,p_organization_id in mtl_system_items_b.organization_id%TYPE)
7: RETURN NUMBER;
8:
9: PRAGMA RESTRICT_REFERENCES (CHECK_OPM_PO, WNDS);
10: END GML_OPM_PO;