DBA Data[Home] [Help]

APPS.INV_ORG dependencies on DUAL

Line 50: from sys.dual

46: begin
47: hr_utility.set_location('inv_org.inv_predel_validation',1);
48: select 1
49: into v_dummy
50: from sys.dual
51: where exists(select 'exists'
52: from mtl_parameters mp
53: where mp.organization_id = p_organization_id);
54: --