DBA Data[Home] [Help]

APPS.INV_TRANSACTIONS_HISTORY_PKG dependencies on MTL_TXNS_HISTORY_S

Line 126: SELECT MTL_TXNS_HISTORY_S.nextval

122: -- Need to validate document_direction, entity_type, action_type
123: -- ctd.. transaction_status, document_type
124:
125:
126: SELECT MTL_TXNS_HISTORY_S.nextval
127: INTO x_transaction_id
128: FROM dual;
129:
130: if (g_debug = 1) then