DBA Data[Home] [Help]

APPS.ENG_ECO_UTIL dependencies on ENG_REVISED_OPERATIONS

Line 2181: -- Insert the cancelled rev operations into eng_revised_operations

2177: AND ri.organization_id = p_org_id
2178: AND ri.change_notice = p_eco_name
2179: ) ;
2180:
2181: -- Insert the cancelled rev operations into eng_revised_operations
2182: INSERT INTO ENG_REVISED_OPERATIONS (
2183: operation_sequence_id
2184: , routing_sequence_id
2185: , operation_seq_num

Line 2182: INSERT INTO ENG_REVISED_OPERATIONS (

2178: AND ri.change_notice = p_eco_name
2179: ) ;
2180:
2181: -- Insert the cancelled rev operations into eng_revised_operations
2182: INSERT INTO ENG_REVISED_OPERATIONS (
2183: operation_sequence_id
2184: , routing_sequence_id
2185: , operation_seq_num
2186: , last_update_date