DBA Data[Home] [Help]

APPS.XTR_NI_TRANSFERS_PKG dependencies on XTR_TRANSACTIONS_INTERFACE

Line 130: type g_ni_trans_flex_type is table of xtr_transactions_interface%rowtype index by binary_integer;

126: PROCEDURE CREATE_NI_DEAL;
127:
128:
129: type g_ni_parcel_rec_type is table of xtr_parcel_splits%rowtype index by binary_integer;
130: type g_ni_trans_flex_type is table of xtr_transactions_interface%rowtype index by binary_integer;
131:
132: type NUMBER_TABLE_TYPE is table of number index by binary_integer;
133:
134: g_ni_main_rec xtr_deals%rowtype;