DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_LINE dependencies on HZ_CUST_ACCOUNTS

Line 1174: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;

1170: l_AR_Sys_Param_Rec AR_SYSTEM_PARAMETERS_ALL%ROWTYPE;
1171: l_sob_id NUMBER;
1172:
1173: -- eBTax Changes
1174: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
1175: l_ship_to_party_id hz_cust_accounts.party_id%type;
1176: l_ship_to_party_site_id hz_party_sites.party_site_id%type;
1177: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
1178: l_bill_to_party_id hz_cust_accounts.party_id%type;

Line 1175: l_ship_to_party_id hz_cust_accounts.party_id%type;

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

Line 1177: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;

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

Line 1178: l_bill_to_party_id hz_cust_accounts.party_id%type;

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

Line 1191: HZ_CUST_ACCOUNTS_ALL cust_Acct

1187: site_use.org_id
1188: FROM
1189: HZ_CUST_SITE_USES_ALL site_use,
1190: HZ_CUST_ACCT_SITES_ALL acct_site,
1191: HZ_CUST_ACCOUNTS_ALL cust_Acct
1192: WHERE site_use.site_use_id = p_site_org_id
1193: AND site_use.cust_acct_site_id = acct_site.cust_acct_site_id
1194: and acct_site.cust_account_id = cust_acct.cust_account_id;
1195: