DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_HISTORY_PKG dependencies on MTL_TXNS_HISTORY_S

Line 135: SELECT MTL_TXNS_HISTORY_S.nextval

131: -- Need to validate document_direction, entity_type, action_type
132: -- ctd.. transaction_status, document_type
133:
134:
135: SELECT MTL_TXNS_HISTORY_S.nextval
136: INTO x_transaction_id
137: FROM dual;
138:
139: IF (g_asn_debug = 'Y') THEN