DBA Data[Home] [Help]

APPS.WSMPLBMI dependencies on WSM_SPLIT_MERGE_TRANSACTIONS_S

Line 9786: select wsm_split_merge_transactions_s.nextval

9782: l_wltx_transactions_rec.REASON_ID := l_reason_id;
9783: l_wltx_transactions_rec.EMPLOYEE_ID := p_employee_id;
9784: l_wltx_transactions_rec.ORGANIZATION_ID := l_organization_id;
9785:
9786: select wsm_split_merge_transactions_s.nextval
9787: into l_wltx_transactions_rec.TRANSACTION_ID
9788: from dual;
9789:
9790: l_wltx_starting_job_tbl(0).WIP_ENTITY_ID := l_wip_entity_id;