DBA Data[Home] [Help]

APPS.OE_VALIDATE_HEADER dependencies on HZ_PARTY_SITES

Line 969: l_ship_to_party_site_id hz_party_sites.party_site_id%type;

965:
966: -- eBTax Changes
967: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
968: l_ship_to_party_id hz_cust_accounts.party_id%type;
969: l_ship_to_party_site_id hz_party_sites.party_site_id%type;
970: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
971: l_bill_to_party_id hz_cust_accounts.party_id%type;
972: l_bill_to_party_site_id hz_party_sites.party_site_id%type;
973: l_org_id NUMBER;

Line 972: l_bill_to_party_site_id hz_party_sites.party_site_id%type;

968: l_ship_to_party_id hz_cust_accounts.party_id%type;
969: l_ship_to_party_site_id hz_party_sites.party_site_id%type;
970: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
971: l_bill_to_party_id hz_cust_accounts.party_id%type;
972: l_bill_to_party_site_id hz_party_sites.party_site_id%type;
973: l_org_id NUMBER;
974:
975: cursor partyinfo(p_site_org_id HZ_CUST_SITE_USES_ALL.SITE_USE_ID%type) is
976: SELECT cust_acct.cust_account_id,