DBA Data[Home] [Help]

APPS.GML_AUTO_ALLOC dependencies on IC_WHSE_MST

Line 16: FROM ic_whse_mst

12: ItemDetailsRec Cur_get_item_details%ROWTYPE;
13:
14: CURSOR Cur_get_whse_details IS
15: SELECT loct_ctl
16: FROM ic_whse_mst
17: WHERE whse_code = V_whse_code;
18: WhseDetailsRec Cur_get_whse_details%ROWTYPE;
19: CURSOR Cur_check_alloc IS
20: SELECT 1