DBA Data[Home] [Help]

APPS.WSMPINVL dependencies on FND_PROFILE

Line 61: g_debug := FND_PROFILE.VALUE('MRP_DEBUG');

57:
58: BEGIN
59:
60: /*BA#IIIP*/
61: g_debug := FND_PROFILE.VALUE('MRP_DEBUG');
62: /*EA#IIIP*/
63:
64: fnd_file.put_line(fnd_file.log, 'Starting Import Inventory Lot Transactions with following parameters.. ');
65: fnd_file.put_line(fnd_file.log, 'Group Id : '||p_group_id||

Line 2253: FND_PROFILE.get('INV:EXPENSE_TO_ASSET_TRANSFER', x_dummy);

2249:
2250: --bugfix 1857638
2251: -- Modified validation of subinventory, so that if profile 'Allow Expense to Asset Transfer' is
2252: -- set to 'Yes', Asset item can be transfer into Expense Subinventory..
2253: FND_PROFILE.get('INV:EXPENSE_TO_ASSET_TRANSFER', x_dummy);
2254: x_exp_ast_profile := x_dummy;
2255: -- end 1857638
2256:
2257: