DBA Data[Home] [Help]

APPS.PAY_US_SOE_BALANCES_PKG dependencies on PAY_US_FED_TAXES_V

Line 107: (rep_name pay_us_fed_taxes_v.user_reporting_name%type,

103: ytd_val number);
104:
105: -- Record to store federal deduction elements
106: TYPE fed_rec is RECORD
107: (rep_name pay_us_fed_taxes_v.user_reporting_name%type,
108: cur_val number,
109: tax_type pay_us_fed_taxes_v.tax_type_code%type,
110: ytd_val number
111: );

Line 109: tax_type pay_us_fed_taxes_v.tax_type_code%type,

105: -- Record to store federal deduction elements
106: TYPE fed_rec is RECORD
107: (rep_name pay_us_fed_taxes_v.user_reporting_name%type,
108: cur_val number,
109: tax_type pay_us_fed_taxes_v.tax_type_code%type,
110: ytd_val number
111: );
112:
113: -- Record to store state deduction elements