DBA Data[Home] [Help]

APPS.INV_OPM_ITEM_MIGRATION dependencies on FND_PROFILE

Line 108: FROM fnd_profile_options a, fnd_profile_option_values b

104: item_code = p_item_code;
105:
106: CURSOR c_get_um_type IS
107: SELECT profile_option_value
108: FROM fnd_profile_options a, fnd_profile_option_values b
109: WHERE b.level_id = 10001 and
110: a.profile_option_id = b.profile_option_id and
111: a.profile_option_name = 'FM_YIELD_TYPE';
112:

Line 419: fnd_profile.value ('INV_STATUS_DEFAULT');

415: END IF;
416:
417: IF (g_inv_item_status_code is NULL) THEN
418: g_inv_item_status_code :=
419: fnd_profile.value ('INV_STATUS_DEFAULT');
420: END IF;
421:
422: l_inventory_item_flag := 'Y';
423: l_inventory_asset_flag := 'Y';