DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_LINE dependencies on HZ_PARTY_SITES

Line 1177: l_ship_to_party_site_id hz_party_sites.party_site_id%type;

1173:
1174: -- eBTax Changes
1175: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
1176: l_ship_to_party_id hz_cust_accounts.party_id%type;
1177: l_ship_to_party_site_id hz_party_sites.party_site_id%type;
1178: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
1179: l_bill_to_party_id hz_cust_accounts.party_id%type;
1180: l_bill_to_party_site_id hz_party_sites.party_site_id%type;
1181: l_org_id NUMBER;

Line 1180: l_bill_to_party_site_id hz_party_sites.party_site_id%type;

1176: l_ship_to_party_id hz_cust_accounts.party_id%type;
1177: l_ship_to_party_site_id hz_party_sites.party_site_id%type;
1178: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
1179: l_bill_to_party_id hz_cust_accounts.party_id%type;
1180: l_bill_to_party_site_id hz_party_sites.party_site_id%type;
1181: l_org_id NUMBER;
1182: -- l_legal_entity_id NUMBER;
1183:
1184: cursor partyinfo(p_site_org_id HZ_CUST_SITE_USES_ALL.SITE_USE_ID%type) is