DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PUB dependencies on STANDARD

Line 2114: -- Standard check of p_commit.

2110: EAM_ERROR_MESSAGE_PVT.Dump_Message_List;
2111: EAM_ERROR_MESSAGE_PVT.Close_Debug_Session;
2112: END IF;
2113:
2114: -- Standard check of p_commit.
2115: IF p_commit = 'Y' THEN
2116: COMMIT WORK;
2117: END IF;
2118:

Line 3619: -- Standard check of p_commit.

3615: END IF;
3616: END IF;
3617:
3618:
3619: -- Standard check of p_commit.
3620: IF p_commit = 'Y' THEN
3621: COMMIT WORK;
3622: END IF;
3623:

Line 5401: standard_operation_id ,

5397: select
5398: wip_entity_id ,
5399: organization_id ,
5400: operation_seq_num ,
5401: standard_operation_id ,
5402: department_id ,
5403: operation_sequence_id ,
5404: description ,
5405: minimum_transfer_quantity ,

Line 5447: wor.standard_rate_flag ,

5443: wor.firm_flag ,
5444: wor.assigned_units ,
5445: wor.maximum_assigned_units ,
5446: wor.autocharge_type ,
5447: wor.standard_rate_flag ,
5448: wor.applied_resource_units ,
5449: wor.applied_resource_value ,
5450: wor.start_date ,
5451: wor.completion_date ,

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

5703: l_eam_res_rec.firm_flag := opRes.firm_flag ;
5704: l_eam_res_rec.assigned_units := opRes.assigned_units ;
5705: l_eam_res_rec.maximum_assigned_units := opRes.maximum_assigned_units ;
5706: l_eam_res_rec.autocharge_type := opRes.autocharge_type ;
5707: l_eam_res_rec.standard_rate_flag := opRes.standard_rate_flag ;
5708: l_eam_res_rec.start_date := opRes.start_date ;
5709: l_eam_res_rec.completion_date := opRes.completion_date ;
5710: l_eam_res_rec.schedule_seq_num := opRes.schedule_seq_num ;
5711: l_eam_res_rec.substitute_group_num := opRes.substitute_group_num ;

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

5943: set primary_item_id = l_old_activity_id
5944: where wip_entity_id = l_out_eam_wo_rec.wip_entity_id; /*added for bug 9974953*/
5945:
5946: update wip_operations wo
5947: set STANDARD_OPERATION_ID = ( select STANDARD_OPERATION_ID from wip_operations wo1
5948: where wo.OPERATION_SEQ_NUM = wo1.OPERATION_SEQ_NUM
5949: and wo1.wip_entity_id = p_wip_entity_id
5950: )
5951: where wip_entity_id = l_out_eam_wo_rec.wip_entity_id;