DBA Data[Home] [Help]

APPS.ARP_PROGRAM_GENERATE_BR dependencies on HZ_LOCATIONS

Line 3197: hz_locations bloc

3193: FROM hz_cust_accounts bcust_acct,
3194: hz_cust_acct_sites bacct_site,
3195: hz_cust_site_uses bsite_uses,
3196: hz_party_sites bparty_site,
3197: hz_locations bloc
3198: WHERE bcust_acct.cust_account_id = l_drawee_id
3199: AND bcust_acct.cust_account_id = bacct_site.cust_account_id
3200: AND bacct_site.cust_acct_site_id = bsite_uses.cust_acct_site_id
3201: AND bsite_uses.site_use_code = 'BILL_TO'

Line 3337: hz_locations bloc

3333: FROM hz_cust_accounts bcust_acct,
3334: hz_cust_acct_sites bacct_site,
3335: hz_cust_site_uses bsite_uses,
3336: hz_party_sites bparty_site,
3337: hz_locations bloc
3338: WHERE bcust_acct.cust_account_id = l_drawee_id
3339: AND bcust_acct.cust_account_id = bacct_site.cust_account_id
3340: AND bacct_site.cust_acct_site_id = bsite_uses.cust_acct_site_id
3341: AND bsite_uses.site_use_code = 'BILL_TO'