DBA Data[Home] [Help]

APPS.EAM_OP_UTILITY_PVT dependencies on STANDARD

Line 56: , standard_operation_id

52: wip_entity_id
53: , organization_id
54: , operation_sequence_id
55: , operation_seq_num
56: , standard_operation_id
57: , department_id
58: , description
59: , minimum_transfer_quantity
60: , count_point_type

Line 87: , l_eam_op_rec.standard_operation_id

83: l_eam_op_rec.wip_entity_id
84: , l_eam_op_rec.organization_id
85: , l_eam_op_rec.operation_sequence_id
86: , l_eam_op_rec.operation_seq_num
87: , l_eam_op_rec.standard_operation_id
88: , l_eam_op_rec.department_id
89: , l_eam_op_rec.description
90: , l_eam_op_rec.minimum_transfer_quantity
91: , l_eam_op_rec.count_point_type

Line 167: , standard_operation_id

163: ( wip_entity_id
164: , operation_seq_num
165: , organization_id
166: , operation_sequence_id
167: , standard_operation_id
168: , department_id
169: , description
170: , scheduled_quantity
171: , quantity_in_queue

Line 218: , p_eam_op_rec.standard_operation_id

214: ( p_eam_op_rec.wip_entity_id
215: , p_eam_op_rec.operation_seq_num
216: , p_eam_op_rec.organization_id
217: , p_eam_op_rec.operation_sequence_id
218: , p_eam_op_rec.standard_operation_id
219: , p_eam_op_rec.department_id
220: , p_eam_op_rec.description
221: , 1
222: , 0

Line 261: IF p_eam_op_rec.standard_operation_id IS NOT NULL THEN

257: , SYSDATE
258: , p_eam_op_rec.x_pos
259: , p_eam_op_rec.y_pos); --Added for bug#4615678
260:
261: IF p_eam_op_rec.standard_operation_id IS NOT NULL THEN
262:
263: FND_ATTACHED_DOCUMENTS2_PKG.copy_attachments(
264: X_from_entity_name => 'BOM_STANDARD_OPERATIONS',
265: X_from_pk1_value => to_char(p_eam_op_rec.standard_operation_id),

Line 264: X_from_entity_name => 'BOM_STANDARD_OPERATIONS',

260:
261: IF p_eam_op_rec.standard_operation_id IS NOT NULL THEN
262:
263: FND_ATTACHED_DOCUMENTS2_PKG.copy_attachments(
264: X_from_entity_name => 'BOM_STANDARD_OPERATIONS',
265: X_from_pk1_value => to_char(p_eam_op_rec.standard_operation_id),
266: X_from_pk2_value => '',
267: X_from_pk3_value => '',
268: X_from_pk4_value => '',

Line 265: X_from_pk1_value => to_char(p_eam_op_rec.standard_operation_id),

261: IF p_eam_op_rec.standard_operation_id IS NOT NULL THEN
262:
263: FND_ATTACHED_DOCUMENTS2_PKG.copy_attachments(
264: X_from_entity_name => 'BOM_STANDARD_OPERATIONS',
265: X_from_pk1_value => to_char(p_eam_op_rec.standard_operation_id),
266: X_from_pk2_value => '',
267: X_from_pk3_value => '',
268: X_from_pk4_value => '',
269: X_from_pk5_value => '',

Line 402: , standard_operation_id = p_eam_op_rec.standard_operation_id

398:
399:
400: UPDATE WIP_OPERATIONS
401: SET operation_sequence_id = p_eam_op_rec.operation_sequence_id
402: , standard_operation_id = p_eam_op_rec.standard_operation_id
403: , department_id = p_eam_op_rec.department_id
404: , description = p_eam_op_rec.description
405: , first_unit_start_date = p_eam_op_rec.start_date
406: , first_unit_completion_date = p_eam_op_rec.completion_date