DBA Data[Home] [Help]

APPS.WIP_MTI_PUB dependencies on FND_FLEX_KEY_API

Line 2374: fnd_flex_key_api.set_session_mode('seed_data');

2370: */
2371: close c_itemTxns;
2372: --set up key flex package for flex -> id derivations
2373: if(l_orgIDTbl.count > 0) then
2374: fnd_flex_key_api.set_session_mode('seed_data');
2375: end if;
2376:
2377: for i in 1..l_orgIDTbl.count loop
2378: if(l_itemIDTbl(i) is null) then