DBA Data[Home] [Help]

APPS.GMP_RESOURCE_DTL_PUB dependencies on IC_ITEM_MST

Line 1710: FROM ic_item_mst

1706: and enabled_flag = 'Y' ;
1707:
1708: CURSOR Cur_check_item IS
1709: SELECT COUNT(1)
1710: FROM ic_item_mst
1711: where item_id = p_calibration_item_id
1712: and delete_mark = 0 ;
1713:
1714: INVALID_VALUE EXCEPTION;