DBA Data[Home] [Help]

APPS.INV_LOCATION dependencies on MTL_SUPPLY

Line 81: l_msg := 'INV_LOC_MTL_SUPPLY';

77: where DELIVERY_LOCATION_ID = P_LOCATION_ID
78: );
79:
80:
81: l_msg := 'INV_LOC_MTL_SUPPLY';
82: select 'Y'
83: into v_delete_permitted
84: from sys.dual
85: where not exists (

Line 88: from MTL_SUPPLY

84: from sys.dual
85: where not exists (
86:
87: select null
88: from MTL_SUPPLY
89: where
90: -- Commented out the below for Bug2828220
91: -- PO_LINE_LOCATION_ID = P_LOCATION_ID
92: LOCATION_ID = P_LOCATION_ID