DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PUB dependencies on STANDARD

Line 2103: -- Standard check of p_commit.

2099: EAM_ERROR_MESSAGE_PVT.Dump_Message_List;
2100: EAM_ERROR_MESSAGE_PVT.Close_Debug_Session;
2101: END IF;
2102:
2103: -- Standard check of p_commit.
2104: IF p_commit = 'Y' THEN
2105: COMMIT WORK;
2106: END IF;
2107:

Line 3563: -- Standard check of p_commit.

3559: END IF;
3560: END IF;
3561:
3562:
3563: -- Standard check of p_commit.
3564: IF p_commit = 'Y' THEN
3565: COMMIT WORK;
3566: END IF;
3567:

Line 4693: standard_operation_id ,

4689: select
4690: wip_entity_id ,
4691: organization_id ,
4692: operation_seq_num ,
4693: standard_operation_id ,
4694: department_id ,
4695: operation_sequence_id ,
4696: description ,
4697: minimum_transfer_quantity ,

Line 4739: wor.standard_rate_flag ,

4735: wor.firm_flag ,
4736: wor.assigned_units ,
4737: wor.maximum_assigned_units ,
4738: wor.autocharge_type ,
4739: wor.standard_rate_flag ,
4740: wor.applied_resource_units ,
4741: wor.applied_resource_value ,
4742: wor.start_date ,
4743: wor.completion_date ,

Line 4999: l_eam_res_rec.standard_rate_flag := opRes.standard_rate_flag ;

4995: l_eam_res_rec.firm_flag := opRes.firm_flag ;
4996: l_eam_res_rec.assigned_units := opRes.assigned_units ;
4997: l_eam_res_rec.maximum_assigned_units := opRes.maximum_assigned_units ;
4998: l_eam_res_rec.autocharge_type := opRes.autocharge_type ;
4999: l_eam_res_rec.standard_rate_flag := opRes.standard_rate_flag ;
5000: l_eam_res_rec.start_date := opRes.start_date ;
5001: l_eam_res_rec.completion_date := opRes.completion_date ;
5002: l_eam_res_rec.schedule_seq_num := opRes.schedule_seq_num ;
5003: l_eam_res_rec.substitute_group_num := opRes.substitute_group_num ;

Line 5235: set STANDARD_OPERATION_ID = ( select STANDARD_OPERATION_ID from wip_operations wo1

5231: set primary_item_id = l_old_activity_id
5232: where wip_entity_id = l_out_eam_wo_rec.wip_entity_id;
5233:
5234: update wip_operations wo
5235: set STANDARD_OPERATION_ID = ( select STANDARD_OPERATION_ID from wip_operations wo1
5236: where wo.OPERATION_SEQ_NUM = wo1.OPERATION_SEQ_NUM
5237: and wo1.wip_entity_id = p_wip_entity_id
5238: )
5239: where wip_entity_id = l_out_eam_wo_rec.wip_entity_id;