DBA Data[Home] [Help]

APPS.CSD_ISUP_DEPOT_WF_PVT dependencies on STANDARD

Line 227: -- if Profile is not set, set repair type to standard.

223: 'Entering Private API create_ro_wf');
224: END IF;
225: l_repair_type_id := fnd_profile.value('CSD_DEFAULT_REPAIR_TYPE');
226:
227: -- if Profile is not set, set repair type to standard.
228: if l_repair_type_id is null then
229:
230: l_repair_type_id:=1;
231:

Line 366: --call create Logistics procedure if repair id is not standard

362:
363: -- Calling create RO logistics lines.
364:
365:
366: --call create Logistics procedure if repair id is not standard
367:
368: if l_repair_type_id <> 1 then
369: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
370: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,lc_mod_name||'begin',