DBA Data[Home] [Help]

APPS.PQP_ALIEN_EXPAT_TAXATION_PKG dependencies on PQP_ANALYZED_ALIEN_DETAILS

Line 56: income_code pqp_analyzed_alien_details.income_code%TYPE,

52: first_name per_people_f.first_name%TYPE ,
53: middle_names per_people_f.middle_names%TYPE ,
54: national_identifier per_people_f.national_identifier%TYPE ,
55: date_of_birth per_people_f.date_of_birth%TYPE ,
56: income_code pqp_analyzed_alien_details.income_code%TYPE,
57: exemption_code pqp_analyzed_alien_details.exemption_code%TYPE,
58: gross_amount NUMBER ,
59: withholding_allowance
60: pqp_analyzed_alien_data.withldg_allow_eligible_flag%TYPE,

Line 57: exemption_code pqp_analyzed_alien_details.exemption_code%TYPE,

53: middle_names per_people_f.middle_names%TYPE ,
54: national_identifier per_people_f.national_identifier%TYPE ,
55: date_of_birth per_people_f.date_of_birth%TYPE ,
56: income_code pqp_analyzed_alien_details.income_code%TYPE,
57: exemption_code pqp_analyzed_alien_details.exemption_code%TYPE,
58: gross_amount NUMBER ,
59: withholding_allowance
60: pqp_analyzed_alien_data.withldg_allow_eligible_flag%TYPE,
61: withholding_rate pqp_analyzed_alien_details.withholding_rate%TYPE,

Line 61: withholding_rate pqp_analyzed_alien_details.withholding_rate%TYPE,

57: exemption_code pqp_analyzed_alien_details.exemption_code%TYPE,
58: gross_amount NUMBER ,
59: withholding_allowance
60: pqp_analyzed_alien_data.withldg_allow_eligible_flag%TYPE,
61: withholding_rate pqp_analyzed_alien_details.withholding_rate%TYPE,
62: withheld_amount NUMBER ,
63: income_code_sub_type pqp_analyzed_alien_details.income_code_sub_type%TYPE,
64: country_code VARCHAR2(100) ,
65: cycle_date VARCHAR2(100) ,

Line 63: income_code_sub_type pqp_analyzed_alien_details.income_code_sub_type%TYPE,

59: withholding_allowance
60: pqp_analyzed_alien_data.withldg_allow_eligible_flag%TYPE,
61: withholding_rate pqp_analyzed_alien_details.withholding_rate%TYPE,
62: withheld_amount NUMBER ,
63: income_code_sub_type pqp_analyzed_alien_details.income_code_sub_type%TYPE,
64: country_code VARCHAR2(100) ,
65: cycle_date VARCHAR2(100) ,
66: tax_year pqp_analyzed_alien_data.tax_year%TYPE ,
67: state_withheld_amount NUMBER ,

Line 73: constant_addl_tax pqp_analyzed_alien_details.constant_addl_tax%TYPE,

69: record_source VARCHAR2(100) ,
70: no_of_days_in_cycle NUMBER ,
71: payment_type VARCHAR2(100) ,
72: last_date_of_earnings DATE ,
73: constant_addl_tax pqp_analyzed_alien_details.constant_addl_tax%TYPE,
74: record_status VARCHAR2(100) ,
75: prev_er_treaty_benefit_amount NUMBER
76: );
77: