DBA Data[Home] [Help]

APPS.EAM_MAT_REQ_DEFAULT_PVT SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 179

                    select department_id into x_eam_mat_req_rec.department_id
                      from wip_operations
                      where wip_entity_id = p_eam_mat_req_rec.wip_entity_id
                      and organization_id = p_eam_mat_req_rec.organization_id
                      and operation_seq_num = p_eam_mat_req_rec.operation_seq_num;
Line: 230

IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Processing null columns prior update'); END IF;
Line: 507

IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Done processing null columns prior update'); END IF;
Line: 537

		SELECT
		      WIP_ENTITY_ID                 WIP_ENTITY_ID
			, ORGANIZATION_ID               ORGANIZATION_ID
			, OPERATION_SEQ_NUM             OPERATION_SEQ_NUM
			, INVENTORY_ITEM_ID             INVENTORY_ITEM_ID
			, 2                                   TRANSACTION_TYPE
	     FROM wip_requirement_operations
		 WHERE organization_id = p_organization_id
		 and wip_entity_id = p_wip_entity_id
		 and operation_seq_num = 1;