DBA Data[Home] [Help]

APPS.PAY_US_SOE_BALANCES_PKG dependencies on PAY_US_LOCAL_TAXES_V

Line 124: (city_name pay_us_local_taxes_v.city_name%type,

120: ytd_val number);
121:
122: -- Record to store local deduction elements
123: TYPE local_rec is RECORD
124: (city_name pay_us_local_taxes_v.city_name%type,
125: juris_code pay_us_local_taxes_v.jurisdiction_code%type,
126: tax_type pay_us_local_taxes_v.tax_type_code%type,
127: rep_name pay_us_local_taxes_v.user_reporting_name%type,
128: cur_val number,

Line 125: juris_code pay_us_local_taxes_v.jurisdiction_code%type,

121:
122: -- Record to store local deduction elements
123: TYPE local_rec is RECORD
124: (city_name pay_us_local_taxes_v.city_name%type,
125: juris_code pay_us_local_taxes_v.jurisdiction_code%type,
126: tax_type pay_us_local_taxes_v.tax_type_code%type,
127: rep_name pay_us_local_taxes_v.user_reporting_name%type,
128: cur_val number,
129: ytd_val number);

Line 126: tax_type pay_us_local_taxes_v.tax_type_code%type,

122: -- Record to store local deduction elements
123: TYPE local_rec is RECORD
124: (city_name pay_us_local_taxes_v.city_name%type,
125: juris_code pay_us_local_taxes_v.jurisdiction_code%type,
126: tax_type pay_us_local_taxes_v.tax_type_code%type,
127: rep_name pay_us_local_taxes_v.user_reporting_name%type,
128: cur_val number,
129: ytd_val number);
130:

Line 127: rep_name pay_us_local_taxes_v.user_reporting_name%type,

123: TYPE local_rec is RECORD
124: (city_name pay_us_local_taxes_v.city_name%type,
125: juris_code pay_us_local_taxes_v.jurisdiction_code%type,
126: tax_type pay_us_local_taxes_v.tax_type_code%type,
127: rep_name pay_us_local_taxes_v.user_reporting_name%type,
128: cur_val number,
129: ytd_val number);
130:
131: