DBA Data[Home] [Help]

APPS.WIP_MTI_PUB dependencies on FND_FLEX_KEY_API

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

2419: */
2420: close c_itemTxns;
2421: --set up key flex package for flex -> id derivations
2422: if(l_orgIDTbl.count > 0) then
2423: fnd_flex_key_api.set_session_mode('seed_data');
2424: end if;
2425:
2426: for i in 1..l_orgIDTbl.count loop
2427: if(l_itemIDTbl(i) is null) then