DBA Data[Home] [Help]

APPS.CSD_DEPOT_REPAIR_CNTR dependencies on WIP_ENTITIES

Line 847: from wip_entities

843:
844: Begin
845: Select wip_entity_id
846: into v_wei
847: from wip_entities
848: where wip_entity_name = v_wen
849: and wip_entities.organization_id = K.organization_id;---- 0430 bug number- sangita to fix duplicate wip name problem.
850: Exception
851: When no_data_found then

Line 849: and wip_entities.organization_id = K.organization_id;---- 0430 bug number- sangita to fix duplicate wip name problem.

845: Select wip_entity_id
846: into v_wei
847: from wip_entities
848: where wip_entity_name = v_wen
849: and wip_entities.organization_id = K.organization_id;---- 0430 bug number- sangita to fix duplicate wip name problem.
850: Exception
851: When no_data_found then
852: v_wei := NULL;
853: IF (g_debug > 0 ) THEN

Line 932: from wip_entities

928:
929: Begin
930: Select wip_entity_name
931: into v_wip_entity_name
932: from wip_entities
933: where wip_entity_id = i.wip_entity_id;
934: Exception
935: When no_data_found then
936: fnd_message.set_name('CSD','CSD_INVALID_WIP_ENTITY');