DBA Data[Home] [Help]

APPS.AHL_CMP_PVT dependencies on FND_PROFILE

Line 1724: FND_PROFILE.put('MFG_ORGANIZATION_ID', p_item_inv_org_id); -- set mfg_organization_id profile - bug# 6010795

1720: FND_LOG.string(l_log_statement, l_full_name,' planning l_dst_locator_segments = '||l_dst_locator_segments);
1721: END IF;
1722:
1723: -- get the separator defined for the locator flexfield
1724: FND_PROFILE.put('MFG_ORGANIZATION_ID', p_item_inv_org_id); -- set mfg_organization_id profile - bug# 6010795
1725: FND_FLEX_KEY_API.set_session_mode('seed_data');
1726: l_fftype := FND_FLEX_KEY_API.find_flexfield('INV', 'MTLL'); -- get flexfield type
1727: l_ffstrctr := FND_FLEX_KEY_API.find_structure(l_fftype, 101); -- get flexfield structure type
1728: l_sprtr := l_ffstrctr.segment_separator; -- get flexfield segment separator

Line 2613: FND_PROFILE.put('MFG_ORGANIZATION_ID', l_item_inst_det_csr.inv_organization_id); -- set mfg_organization_id profile - bug# 6010795

2609: FND_LOG.string(l_log_statement, L_DEBUG_KEY,' physical l_dst_locator_segments = '||l_dst_locator_segments);
2610: END IF;
2611:
2612: -- get the separator defined for the locator flexfield
2613: FND_PROFILE.put('MFG_ORGANIZATION_ID', l_item_inst_det_csr.inv_organization_id); -- set mfg_organization_id profile - bug# 6010795
2614: FND_FLEX_KEY_API.set_session_mode('seed_data');
2615: l_fftype := FND_FLEX_KEY_API.find_flexfield('INV', 'MTLL'); -- get flexfield type
2616: l_ffstrctr := FND_FLEX_KEY_API.find_structure(l_fftype, 101); -- get flexfield structure type
2617: l_sprtr := l_ffstrctr.segment_separator; -- get flexfield segment separator