DBA Data[Home] [Help]

APPS.CSD_SC_WORK_ENTITIES_PVT dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 161: from org_organization_definitions

157: If (p_sc_work_entity_rec.work_entity_type_code = g_bom_type
158: and p_sc_work_entity_rec.work_entity_id3 is not null) then
159: select 'X'
160: into l_dummy
161: from org_organization_definitions
162: where organization_id = p_sc_work_entity_rec.work_entity_id3;
163: End if;
164:
165: Exception

Line 812: from org_organization_definitions

808: If (p_sc_work_entity_rec.work_entity_type_code = g_bom_type
809: and p_sc_work_entity_rec.work_entity_id3 is not null) then
810: select 'X'
811: into l_dummy
812: from org_organization_definitions
813: where organization_id = p_sc_work_entity_rec.work_entity_id3;
814: End if;
815:
816: Exception