DBA Data[Home] [Help]

APPS.JG_ZZ_RTCE_DT_PKG dependencies on XLE_LEGALAUTH_V

Line 24: gv_tax_office_location xle_legalauth_v.city%type ;

20: gv_repent_address_line_3 XLE_FIRSTPARTY_INFORMATION_V.address_line_3%type ;
21: gv_repent_town_or_city XLE_FIRSTPARTY_INFORMATION_V.town_or_city%type ;
22: gv_repent_postal_code XLE_FIRSTPARTY_INFORMATION_V.postal_code%type ;
23: gv_repent_phone_number varchar2(600);
24: gv_tax_office_location xle_legalauth_v.city%type ;
25: gv_tax_office_number xle_legalauth_v.address2%type ;
26: gv_tax_office_code xle_legalauth_v.address3%type ;
27: gn_tot_customers number;
28: gv_chart_of_accounts_id number(15);

Line 25: gv_tax_office_number xle_legalauth_v.address2%type ;

21: gv_repent_town_or_city XLE_FIRSTPARTY_INFORMATION_V.town_or_city%type ;
22: gv_repent_postal_code XLE_FIRSTPARTY_INFORMATION_V.postal_code%type ;
23: gv_repent_phone_number varchar2(600);
24: gv_tax_office_location xle_legalauth_v.city%type ;
25: gv_tax_office_number xle_legalauth_v.address2%type ;
26: gv_tax_office_code xle_legalauth_v.address3%type ;
27: gn_tot_customers number;
28: gv_chart_of_accounts_id number(15);
29: gv_ledger_id number(15);

Line 26: gv_tax_office_code xle_legalauth_v.address3%type ;

22: gv_repent_postal_code XLE_FIRSTPARTY_INFORMATION_V.postal_code%type ;
23: gv_repent_phone_number varchar2(600);
24: gv_tax_office_location xle_legalauth_v.city%type ;
25: gv_tax_office_number xle_legalauth_v.address2%type ;
26: gv_tax_office_code xle_legalauth_v.address3%type ;
27: gn_tot_customers number;
28: gv_chart_of_accounts_id number(15);
29: gv_ledger_id number(15);
30: gv_balancing_segment_value jg_zz_vat_rep_entities.balancing_segment_value%type ;