DBA Data[Home] [Help]

APPS.EAM_WO_IMPORT_DS_PVT dependencies on STANDARD

Line 764: l_eam_op_rec.standard_operation_id :=l_wo_op.standard_operation_id;

760: l_eam_op_rec.row_id :=l_wo_op.row_id;
761: l_eam_op_rec.wip_entity_id :=l_wo_op.wip_entity_id;
762: l_eam_op_rec.organization_id :=l_wo_op.organization_id;
763: l_eam_op_rec.operation_seq_num :=l_wo_op.operation_seq_num;
764: l_eam_op_rec.standard_operation_id :=l_wo_op.standard_operation_id;
765: l_eam_op_rec.department_id :=l_wo_op.department_id;
766: l_eam_op_rec.operation_sequence_id :=l_wo_op.operation_sequence_id;
767: l_eam_op_rec.description :=l_wo_op.description;
768: l_eam_op_rec.minimum_transfer_quantity :=l_wo_op.minimum_transfer_quantity;

Line 878: l_eam_res_rec.standard_rate_flag :=l_wo_res.standard_rate_flag;

874: l_eam_res_rec.firm_flag :=l_wo_res.firm_flag;
875: l_eam_res_rec.assigned_units :=l_wo_res.assigned_units;
876: l_eam_res_rec.maximum_assigned_units :=l_wo_res.max_assigned_units;
877: l_eam_res_rec.autocharge_type :=l_wo_res.autocharge_type;
878: l_eam_res_rec.standard_rate_flag :=l_wo_res.standard_rate_flag;
879: l_eam_res_rec.applied_resource_units :=l_wo_res.applied_resource_units;
880: l_eam_res_rec.applied_resource_value :=l_wo_res.applied_resource_value;
881: l_eam_res_rec.start_date :=l_wo_res.start_date;
882: l_eam_res_rec.completion_date :=l_wo_res.completion_date;