DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_HEADER dependencies on HZ_CUST_ACCOUNTS

Line 295: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;

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

Line 296: l_ship_to_party_id hz_cust_accounts.party_id%type;

292: l_validate_result Varchar2(1):='N'; --15878235
293:
294: -- eBTax Changes
295: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
296: l_ship_to_party_id hz_cust_accounts.party_id%type;
297: l_ship_to_party_site_id hz_party_sites.party_site_id%type;
298: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
299: l_bill_to_party_id hz_cust_accounts.party_id%type;
300: l_bill_to_party_site_id hz_party_sites.party_site_id%type;

Line 298: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;

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

Line 299: l_bill_to_party_id hz_cust_accounts.party_id%type;

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

Line 312: HZ_CUST_ACCOUNTS_ALL cust_Acct

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