DBA Data[Home] [Help]

APPS.OE_BULK_PROCESS_HEADER dependencies on HZ_CUST_ACCOUNTS

Line 213: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;

209: RETURN BOOLEAN
210: IS
211: l_dummy VARCHAR2(10);
212: -- eBTax Changes
213: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
214: l_ship_to_party_id hz_cust_accounts.party_id%type;
215: l_ship_to_party_site_id hz_party_sites.party_site_id%type;
216: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
217: l_bill_to_party_id hz_cust_accounts.party_id%type;

Line 214: l_ship_to_party_id hz_cust_accounts.party_id%type;

210: IS
211: l_dummy VARCHAR2(10);
212: -- eBTax Changes
213: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
214: l_ship_to_party_id hz_cust_accounts.party_id%type;
215: l_ship_to_party_site_id hz_party_sites.party_site_id%type;
216: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
217: l_bill_to_party_id hz_cust_accounts.party_id%type;
218: l_bill_to_party_site_id hz_party_sites.party_site_id%type;

Line 216: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;

212: -- eBTax Changes
213: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
214: l_ship_to_party_id hz_cust_accounts.party_id%type;
215: l_ship_to_party_site_id hz_party_sites.party_site_id%type;
216: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
217: l_bill_to_party_id hz_cust_accounts.party_id%type;
218: l_bill_to_party_site_id hz_party_sites.party_site_id%type;
219: l_org_id NUMBER;
220: l_legal_entity_id NUMBER;

Line 217: l_bill_to_party_id hz_cust_accounts.party_id%type;

213: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
214: l_ship_to_party_id hz_cust_accounts.party_id%type;
215: l_ship_to_party_site_id hz_party_sites.party_site_id%type;
216: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
217: l_bill_to_party_id hz_cust_accounts.party_id%type;
218: l_bill_to_party_site_id hz_party_sites.party_site_id%type;
219: l_org_id NUMBER;
220: l_legal_entity_id NUMBER;
221:

Line 230: HZ_CUST_ACCOUNTS_ALL cust_Acct

226: site_use.org_id
227: FROM
228: HZ_CUST_SITE_USES_ALL site_use,
229: HZ_CUST_ACCT_SITES_ALL acct_site,
230: HZ_CUST_ACCOUNTS_ALL cust_Acct
231: WHERE site_use.site_use_id = p_site_org_id
232: AND site_use.cust_acct_site_id = acct_site.cust_acct_site_id
233: and acct_site.cust_account_id = cust_acct.cust_account_id;
234: