DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on HZ_PARTY_SITES

Line 3913: l_ship_to_party_site_id hz_party_sites.party_site_id%type;

3909:
3910: -- eBTax Changes
3911: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
3912: l_ship_to_party_id hz_cust_accounts.party_id%type;
3913: l_ship_to_party_site_id hz_party_sites.party_site_id%type;
3914: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
3915: l_bill_to_party_id hz_cust_accounts.party_id%type;
3916: l_bill_to_party_site_id hz_party_sites.party_site_id%type;
3917: l_org_id NUMBER;

Line 3916: l_bill_to_party_site_id hz_party_sites.party_site_id%type;

3912: l_ship_to_party_id hz_cust_accounts.party_id%type;
3913: l_ship_to_party_site_id hz_party_sites.party_site_id%type;
3914: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
3915: l_bill_to_party_id hz_cust_accounts.party_id%type;
3916: l_bill_to_party_site_id hz_party_sites.party_site_id%type;
3917: l_org_id NUMBER;
3918: -- l_legal_entity_id NUMBER;
3919:
3920: cursor partyinfo(p_site_org_id HZ_CUST_SITE_USES_ALL.SITE_USE_ID%type) is