DBA Data[Home] [Help]

APPS.GML_PROCESS_FLAGS dependencies on MTL_PARAMETERS

Line 11: (p_organization_id IN mtl_parameters.organization_id%TYPE)

7: FUNCTION CHECK_OPM_ITEM(p_inventory_item_id in mtl_system_items_b.inventory_item_id%TYPE)
8: RETURN NUMBER;
9:
10: FUNCTION CHECK_PROCESS_ORGN
11: (p_organization_id IN mtl_parameters.organization_id%TYPE)
12: RETURN NUMBER;
13:
14: PRAGMA RESTRICT_REFERENCES (CHECK_OPM_ITEM, WNDS);
15: PRAGMA RESTRICT_REFERENCES (CHECK_PROCESS_ORGN, WNDS);