DBA Data[Home] [Help]

APPS.EAM_RES_VALIDATE_PVT dependencies on MFG_LOOKUPS

Line 437: from mfg_lookups

433: if (p_eam_res_rec.transaction_type in (EAM_PROCESS_WO_PVT.G_OPR_CREATE, EAM_PROCESS_WO_PVT.G_OPR_UPDATE)) then
434:
435: select 1
436: into g_dummy
437: from mfg_lookups
438: where lookup_type = 'CST_BASIS'
439: and lookup_code in (1,2)
440: and lookup_code = p_eam_res_rec.basis_type;
441:

Line 523: from mfg_lookups

519: if (p_eam_res_rec.transaction_type in (EAM_PROCESS_WO_PVT.G_OPR_CREATE, EAM_PROCESS_WO_PVT.G_OPR_UPDATE)) then
520:
521: select 1
522: into g_dummy
523: from mfg_lookups
524: where lookup_type = g_autocharge_type
525: and lookup_code in (2,3)
526: and lookup_code = p_eam_res_rec.autocharge_type;
527: