DBA Data[Home] [Help]

APPS.INVTROAP dependencies on MTL_SECONDARY_INVENTORIES_FK_V

Line 1188: from mtl_secondary_inventories_fk_v

1184: avalue => l_current_line );
1185: Begin
1186: select NOTIFY_LIST
1187: into l_to_notify_role
1188: from mtl_secondary_inventories_fk_v
1189: where SECONDARY_INVENTORY_NAME =
1190: l_trolin_tbl(l_current_line).to_subinventory_code and
1191: organization_id = l_org_id;
1192: Exception

Line 1205: from mtl_secondary_inventories_fk_v

1201:
1202: Begin
1203: select NOTIFY_LIST
1204: into l_from_notify_role
1205: from mtl_secondary_inventories_fk_v
1206: where SECONDARY_INVENTORY_NAME =
1207: l_trolin_tbl(l_current_line).from_subinventory_code and
1208: organization_id = l_org_id;
1209: Exception