DBA Data[Home] [Help]

APPS.WSMPLBTH dependencies on WSM_SPLIT_MERGE_TRANSACTIONS_S

Line 28: /* select WSM_split_merge_transactions_s.nextval

24:
25: BEGIN
26:
27: -- commented out by abedajna for perf. tuning
28: /* select WSM_split_merge_transactions_s.nextval
29: ** into x_transaction_id
30: ** from dual;
31: */
32:

Line 49: WSM_split_merge_transactions_s.nextval,

45: )
46: values
47: (
48: -- x_transaction_id,
49: WSM_split_merge_transactions_s.nextval,
50: p_transaction_type,
51: p_organization_id,
52: x_date,
53: x_user,