DBA Data[Home] [Help]

APPS.WIP_FLOW_UTILITIES dependencies on WIP_ENTITIES_S

Line 880: Select wip_entities_s.nextval into x_wip_entity_id

876: End if ;
877:
878: /* We enter this section only if the scheduled_flag = 3 or if it
879: passed all the validation for scheduled_flag = 2 */
880: Select wip_entities_s.nextval into x_wip_entity_id
881: from dual ;
882:
883: x_success := Create_Flow_Schedule(
884: x_wip_entity_id,

Line 934: set transaction_source_id = wip_entities_s.currval,

930: raise general ;
931: end if;
932:
933: Update Mtl_transactions_interface
934: set transaction_source_id = wip_entities_s.currval,
935: scheduled_flag = 2, -- No
936: schedule_number = flow_rec.schedule_number,
937: primary_quantity = flow_rec.primary_quantity
938: where rowid = flow_rec.rowid ;