DBA Data[Home] [Help]

APPS.PAY_US_SOE_BALANCES_PKG dependencies on PAY_US_STATE_TAXES_V

Line 115: (state_abbrev pay_us_state_taxes_v.state_abbrev%type,

111: );
112:
113: -- Record to store state deduction elements
114: TYPE state_rec is RECORD
115: (state_abbrev pay_us_state_taxes_v.state_abbrev%type,
116: rep_name pay_us_state_taxes_v.user_reporting_name%type,
117: cur_val number,
118: tax_type pay_us_state_taxes_v.tax_type_code%type,
119: juris_code pay_us_state_taxes_v.jurisdiction_code%type,

Line 116: rep_name pay_us_state_taxes_v.user_reporting_name%type,

112:
113: -- Record to store state deduction elements
114: TYPE state_rec is RECORD
115: (state_abbrev pay_us_state_taxes_v.state_abbrev%type,
116: rep_name pay_us_state_taxes_v.user_reporting_name%type,
117: cur_val number,
118: tax_type pay_us_state_taxes_v.tax_type_code%type,
119: juris_code pay_us_state_taxes_v.jurisdiction_code%type,
120: ytd_val number);

Line 118: tax_type pay_us_state_taxes_v.tax_type_code%type,

114: TYPE state_rec is RECORD
115: (state_abbrev pay_us_state_taxes_v.state_abbrev%type,
116: rep_name pay_us_state_taxes_v.user_reporting_name%type,
117: cur_val number,
118: tax_type pay_us_state_taxes_v.tax_type_code%type,
119: juris_code pay_us_state_taxes_v.jurisdiction_code%type,
120: ytd_val number);
121:
122: -- Record to store local deduction elements

Line 119: juris_code pay_us_state_taxes_v.jurisdiction_code%type,

115: (state_abbrev pay_us_state_taxes_v.state_abbrev%type,
116: rep_name pay_us_state_taxes_v.user_reporting_name%type,
117: cur_val number,
118: tax_type pay_us_state_taxes_v.tax_type_code%type,
119: juris_code pay_us_state_taxes_v.jurisdiction_code%type,
120: ytd_val number);
121:
122: -- Record to store local deduction elements
123: TYPE local_rec is RECORD