DBA Data[Home] [Help]

APPS.WIP_MTI_PUB dependencies on FND_PROFILE

Line 1050: l_engItemFlag := to_number(fnd_profile.value('WIP_SEE_ENG_ITEMS'));

1046: -- check item transactable
1047: fnd_message.set_name('WIP', 'WIP_ITEM_NOT_TRANSACTABLE');
1048: l_errMsg := substrb(fnd_message.get, 1, 240);
1049: begin
1050: l_engItemFlag := to_number(fnd_profile.value('WIP_SEE_ENG_ITEMS'));
1051: exception
1052: when others then
1053: l_engItemFlag := 2; -- default to not an engineering item
1054: end;

Line 1526: l_poExpToAssetTnsf := fnd_profile.value('INV:EXPENSE_TO_ASSET_TRANSFER');

1522: -- validate if asset item then cannot complete to expense sub.
1523: -- if profile is set then only check quantity_tracked, disable_date.
1524: -- this is applicable to flow as well
1525: begin
1526: l_poExpToAssetTnsf := fnd_profile.value('INV:EXPENSE_TO_ASSET_TRANSFER');
1527: exception
1528: when others then
1529: l_poExpToAssetTnsf := 2;
1530: end;