DBA Data[Home] [Help]

APPS.WSMPGENE dependencies on WSM_SM_RESULTING_JOBS

Line 629: wsm_sm_resulting_jobs rj

625: FROM
626: --bugfix 1796646, check status with error code '3', instead of with mfg_lookup
627: -- mfg_lookups lk,
628: wsm_split_merge_transactions tx,
629: wsm_sm_resulting_jobs rj
630: WHERE rj.wip_entity_id = wip_ent_id
631: AND rj.transaction_id < nvl(cur_trans_id,
632: rj.transaction_id + 1)
633: AND rj.transaction_id = tx.transaction_id

Line 718: FROM wsm_sm_resulting_jobs

714: x_err_msg OUT VARCHAR2) IS
715: CURSOR get_qty IS
716: SELECT
717: start_quantity
718: FROM wsm_sm_resulting_jobs
719: WHERE wip_entity_id = wip_ent_id
720: AND transaction_id = trans_id;
721: BEGIN
722: OPEN get_qty;