DBA Data[Home] [Help]

APPS.EAM_OPERATIONS_PKG dependencies on WIP_OPERATIONS

Line 454: FROM WIP_OPERATIONS

450: X_Y_Pos NUMBER,
451: X_Long_Description VARCHAR2) IS
452: CURSOR C IS
453: SELECT *
454: FROM WIP_OPERATIONS
455: WHERE rowid = X_Rowid
456: FOR UPDATE of Wip_Entity_Id NOWAIT;
457: Recinfo C%ROWTYPE;
458: BEGIN

Line 607: wip_operations

603: into l_wip_entity_id,
604: l_organization_id,
605: l_operation_seq_num
606: from
607: wip_operations
608: where rowid=X_Rowid;
609:
610: l_eam_op_rec.HEADER_ID := 1;
611: l_eam_op_rec.BATCH_ID := 1;