DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_HEADER dependencies on HZ_CUST_ACCOUNTS

Line 294: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;

290: lcustomer_relations varchar2(1);
291: l_list_type_code VARCHAR2(30);
292:
293: -- eBTax Changes
294: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
295: l_ship_to_party_id hz_cust_accounts.party_id%type;
296: l_ship_to_party_site_id hz_party_sites.party_site_id%type;
297: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
298: l_bill_to_party_id hz_cust_accounts.party_id%type;

Line 295: l_ship_to_party_id hz_cust_accounts.party_id%type;

291: l_list_type_code VARCHAR2(30);
292:
293: -- eBTax Changes
294: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
295: l_ship_to_party_id hz_cust_accounts.party_id%type;
296: l_ship_to_party_site_id hz_party_sites.party_site_id%type;
297: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
298: l_bill_to_party_id hz_cust_accounts.party_id%type;
299: l_bill_to_party_site_id hz_party_sites.party_site_id%type;

Line 297: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;

293: -- eBTax Changes
294: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
295: l_ship_to_party_id hz_cust_accounts.party_id%type;
296: l_ship_to_party_site_id hz_party_sites.party_site_id%type;
297: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
298: l_bill_to_party_id hz_cust_accounts.party_id%type;
299: l_bill_to_party_site_id hz_party_sites.party_site_id%type;
300: l_org_id NUMBER;
301: -- l_legal_entity_id NUMBER;

Line 298: l_bill_to_party_id hz_cust_accounts.party_id%type;

294: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
295: l_ship_to_party_id hz_cust_accounts.party_id%type;
296: l_ship_to_party_site_id hz_party_sites.party_site_id%type;
297: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
298: l_bill_to_party_id hz_cust_accounts.party_id%type;
299: l_bill_to_party_site_id hz_party_sites.party_site_id%type;
300: l_org_id NUMBER;
301: -- l_legal_entity_id NUMBER;
302:

Line 311: HZ_CUST_ACCOUNTS_ALL cust_Acct

307: site_use.org_id
308: FROM
309: HZ_CUST_SITE_USES_ALL site_use,
310: HZ_CUST_ACCT_SITES_ALL acct_site,
311: HZ_CUST_ACCOUNTS_ALL cust_Acct
312: WHERE site_use.site_use_id = p_site_org_id
313: AND site_use.cust_acct_site_id = acct_site.cust_acct_site_id
314: and acct_site.cust_account_id = cust_acct.cust_account_id;
315: -- end eBtax changes