DBA Data[Home] [Help]

APPS.WIP_SO_RESERVATIONS dependencies on FND_PROFILE

Line 886: l_wip_cfg_rsv_level := fnd_profile.value('WIP:CONFIGURATION_RESERVATION_LEVEL');

882: l_reservation_rec.locator_id := NULL;
883: l_reservation_rec.revision := p_transaction_tbl(i).revision;
884:
885: -- 3115629 Read the profile and set the values of subinventory / locator
886: l_wip_cfg_rsv_level := fnd_profile.value('WIP:CONFIGURATION_RESERVATION_LEVEL');
887: IF (l_wip_cfg_rsv_level is null) then
888: l_wip_cfg_rsv_level := 2;
889: END IF;
890:

Line 1957: l_wip_cfg_rsv_level := fnd_profile.value('WIP:CONFIGURATION_RESERVATION_LEVEL');

1953: l_to_reservation_rec.supply_source_line_detail := NULL;
1954: l_to_reservation_rec.lot_number := p_transaction_rec.lot_number;
1955:
1956: -- 3115629 Read the profile and set the values of subinventory / locator
1957: l_wip_cfg_rsv_level := fnd_profile.value('WIP:CONFIGURATION_RESERVATION_LEVEL');
1958: IF(l_wip_cfg_rsv_level is null) then
1959: l_wip_cfg_rsv_level := 2;
1960: END IF;
1961: