DBA Data[Home] [Help]

APPS.GMP_RESOURCE_DTL_PUB dependencies on IC_ITEM_MST

Line 1737: FROM ic_item_mst

1733: and enabled_flag = 'Y' ;
1734:
1735: CURSOR Cur_check_item IS
1736: SELECT COUNT(1)
1737: FROM ic_item_mst
1738: where item_id = p_calibration_item_id
1739: and delete_mark = 0 ;
1740:
1741: INVALID_VALUE EXCEPTION;