DBA Data[Home] [Help]

APPS.GMF_GET_MAPPINGS dependencies on IC_WHSE_MST

Line 145: FROM ic_whse_mst

141: WHERE orgn_code = v_org_code;
142:
143: CURSOR Cur_get_whse_orgn(v_whs_code VARCHAR2) IS
144: SELECT orgn_code
145: FROM ic_whse_mst
146: WHERE whse_code = v_whs_code;
147: BEGIN
148:
149: /* This cursor fetches the co_code of specified organizaton. */

Line 722: FROM ic_whse_mst

718: WHERE orgn_code = v_org_code;
719:
720: CURSOR Cur_get_whse_orgn(v_whs_code VARCHAR2) IS
721: SELECT orgn_code
722: FROM ic_whse_mst
723: WHERE whse_code = v_whs_code;
724: BEGIN
725: /* This cursor fetches the co_code of specified organizaton.*/
726: IF (v_orgn_code IS NOT NULL) THEN