DBA Data[Home] [Help]

APPS.EGO_IMPORT_UTIL_PVT dependencies on INV_EGO_REVISION_VALIDATE

Line 4727: INV_EGO_REVISION_VALIDATE.Set_Process_Control_HTML_API('IMPORT'); -- Bug 10263673, set the flag to IMPORT, so that in EGOCIUAB.pls we check for this flag and do the template application only in this case.

4723: -- are done after template application.
4724: -- INSERT_FUN_GEN_SETUP_UDAS( p_batch_id );
4725: /* Fix for bug#9336604 : End */
4726:
4727: INV_EGO_REVISION_VALIDATE.Set_Process_Control_HTML_API('IMPORT'); -- Bug 10263673, set the flag to IMPORT, so that in EGOCIUAB.pls we check for this flag and do the template application only in this case.
4728:
4729: -- call UDA bulkloader in Validate Mode with security check
4730: Debug_Conc_Log('Preprocess_Import: Before calling UDA bulkloader in Validate Mode, with security check');
4731: EGO_ITEM_USER_ATTRS_CP_PUB.Process_Item_User_Attrs_Data

Line 4740: INV_EGO_REVISION_VALIDATE.Set_Process_Control_HTML_API(NULL); -- Bug 10263673

4736: p_validate_only => FND_API.G_TRUE,
4737: p_ignore_security_for_validate => FND_API.G_FALSE
4738: );
4739:
4740: INV_EGO_REVISION_VALIDATE.Set_Process_Control_HTML_API(NULL); -- Bug 10263673
4741:
4742: Debug_Conc_Log('Preprocess_Import: Done EGO_ITEM_USER_ATTRS_CP_PUB.Process_Item_User_Attrs_Data with l_retcode, l_errbuf='||l_retcode||','||l_errbuf);
4743: IF NVL(l_retcode, '0') > RETCODE THEN
4744: RETCODE := l_retcode;