DBA Data[Home] [Help]

APPS.INVTROAP dependencies on MTL_SECONDARY_INVENTORIES_FK_V

Line 1176: from mtl_secondary_inventories_fk_v

1172: avalue => l_current_line );
1173: Begin
1174: select NOTIFY_LIST
1175: into l_to_notify_role
1176: from mtl_secondary_inventories_fk_v
1177: where SECONDARY_INVENTORY_NAME =
1178: l_trolin_tbl(l_current_line).to_subinventory_code and
1179: organization_id = l_org_id;
1180: Exception

Line 1193: from mtl_secondary_inventories_fk_v

1189:
1190: Begin
1191: select NOTIFY_LIST
1192: into l_from_notify_role
1193: from mtl_secondary_inventories_fk_v
1194: where SECONDARY_INVENTORY_NAME =
1195: l_trolin_tbl(l_current_line).from_subinventory_code and
1196: organization_id = l_org_id;
1197: Exception