DBA Data[Home] [Help]

APPS.WIP_MTI_PUB dependencies on FND_PROFILE

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

1031: -- check item transactable
1032: fnd_message.set_name('WIP', 'WIP_ITEM_NOT_TRANSACTABLE');
1033: l_errMsg := substrb(fnd_message.get, 1, 240);
1034: begin
1035: l_engItemFlag := to_number(fnd_profile.value('WIP_SEE_ENG_ITEMS'));
1036: exception
1037: when others then
1038: l_engItemFlag := 2; -- default to not an engineering item
1039: end;

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

1476: -- validate if asset item then cannot complete to expense sub.
1477: -- if profile is set then only check quantity_tracked, disable_date.
1478: -- this is applicable to flow as well
1479: begin
1480: l_poExpToAssetTnsf := fnd_profile.value('INV:EXPENSE_TO_ASSET_TRANSFER');
1481: exception
1482: when others then
1483: l_poExpToAssetTnsf := 2;
1484: end;