DBA Data[Home] [Help]

APPS.WMA_UTIL dependencies on FND_PROFILE

Line 40: x_neg_bkflsh_allowed := to_number(fnd_profile.value_wnps('INV_OVERRIDE_NEG_FOR_BACKFLUSH'));

36: into x_neg_inv_allowed
37: from mtl_parameters
38: where organization_id = p_org_id;
39:
40: x_neg_bkflsh_allowed := to_number(fnd_profile.value_wnps('INV_OVERRIDE_NEG_FOR_BACKFLUSH'));
41: exception
42: when others then
43: x_return_status := fnd_api.g_ret_sts_error;
44: x_err_msg := SQLERRM;