DBA Data[Home] [Help]

APPS.IGI_IAC_TYPES dependencies on FA_DISTRIBUTION_HISTORY

Line 47: SUBTYPE dh_rec IS fa_distribution_history%ROWTYPE ;

43: );
44:
45: TYPE prorate_dists_tab IS TABLE of prorate_dists INDEX by BINARY_INTEGER;
46:
47: SUBTYPE dh_rec IS fa_distribution_history%ROWTYPE ;
48:
49: SUBTYPE iac_reval_asset_rules IS IGI_IAC_REVAL_ASSET_RULES%ROWTYPE;
50: SUBTYPE iac_det_balances IS IGI_IAC_DET_BALANCES%ROWTYPE;
51: