DBA Data[Home] [Help]

APPS.XTR_NI_TRANSFERS_PKG dependencies on XTR_PARCEL_SPLITS

Line 129: type g_ni_parcel_rec_type is table of xtr_parcel_splits%rowtype index by binary_integer;

125:
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: