DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_HEADER dependencies on HZ_PARTY_SITES

Line 296: l_ship_to_party_site_id hz_party_sites.party_site_id%type;

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;
300: l_org_id NUMBER;

Line 299: l_bill_to_party_site_id hz_party_sites.party_site_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:
303: cursor partyinfo(p_site_org_id HZ_CUST_SITE_USES_ALL.SITE_USE_ID%type) is