DBA Data[Home] [Help]

APPS.OE_DEFAULT_PVT dependencies on HZ_CUST_ACCOUNTS

Line 771: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;

767: AND status_code = 'PRIMARY'
768: AND rownum = 1;
769: */
770:
771: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
772: l_ship_to_party_id hz_cust_accounts.party_id%type;
773: l_ship_to_party_site_id hz_party_sites.party_site_id%type;
774: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
775: l_bill_to_party_id hz_cust_accounts.party_id%type;

Line 772: l_ship_to_party_id hz_cust_accounts.party_id%type;

768: AND rownum = 1;
769: */
770:
771: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
772: l_ship_to_party_id hz_cust_accounts.party_id%type;
773: l_ship_to_party_site_id hz_party_sites.party_site_id%type;
774: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
775: l_bill_to_party_id hz_cust_accounts.party_id%type;
776: l_bill_to_party_site_id hz_party_sites.party_site_id%type;

Line 774: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;

770:
771: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
772: l_ship_to_party_id hz_cust_accounts.party_id%type;
773: l_ship_to_party_site_id hz_party_sites.party_site_id%type;
774: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
775: l_bill_to_party_id hz_cust_accounts.party_id%type;
776: l_bill_to_party_site_id hz_party_sites.party_site_id%type;
777: l_org_id NUMBER;
778: -- l_legal_entity_id NUMBER;

Line 775: l_bill_to_party_id hz_cust_accounts.party_id%type;

771: l_ship_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
772: l_ship_to_party_id hz_cust_accounts.party_id%type;
773: l_ship_to_party_site_id hz_party_sites.party_site_id%type;
774: l_bill_to_cust_Acct_id hz_cust_Accounts.cust_Account_id%type;
775: l_bill_to_party_id hz_cust_accounts.party_id%type;
776: l_bill_to_party_site_id hz_party_sites.party_site_id%type;
777: l_org_id NUMBER;
778: -- l_legal_entity_id NUMBER;
779:

Line 788: HZ_CUST_ACCOUNTS_ALL cust_Acct

784: site_use.org_id
785: FROM
786: HZ_CUST_SITE_USES_ALL site_use,
787: HZ_CUST_ACCT_SITES_ALL acct_site,
788: HZ_CUST_ACCOUNTS_ALL cust_Acct
789: WHERE site_use.site_use_id = p_site_org_id
790: AND site_use.cust_acct_site_id = acct_site.cust_acct_site_id
791: and acct_site.cust_account_id = cust_acct.cust_account_id;
792: