DBA Data[Home] [Help]

APPS.AR_DEPOSIT_API_PUB dependencies on HZ_CUST_SITE_USES

Line 565: l_bill_to_location hz_cust_site_uses.location%type;

561: l_new_rowid varchar(18);
562: l_bill_to_customer_id ra_customer_trx.bill_to_customer_id%type;
563: l_bill_to_customer_name hz_parties.party_name%type;
564: l_bill_to_customer_number hz_cust_accounts.account_number%type;
565: l_bill_to_location hz_cust_site_uses.location%type;
566: l_bill_to_site_use_id ra_customer_trx.bill_to_site_use_id%type;
567: l_bill_to_contact_id ra_customer_trx.bill_to_contact_id%type;
568: l_bill_to_contact_first_name hz_parties.person_first_name%type;
569: l_bill_to_contact_last_name hz_parties.person_last_name%type;

Line 573: l_ship_to_location hz_cust_site_uses.location%type;

569: l_bill_to_contact_last_name hz_parties.person_last_name%type;
570: l_ship_to_customer_id ra_customer_trx.ship_to_customer_id%type;
571: l_ship_to_customer_name hz_parties.party_name%type;
572: l_ship_to_customer_number hz_cust_accounts.account_number%type;
573: l_ship_to_location hz_cust_site_uses.location%type;
574: l_ship_to_site_use_id ra_customer_trx.ship_to_site_use_id%type;
575: l_ship_to_contact_id ra_customer_trx.ship_to_contact_id%type;
576: l_ship_to_contact_first_name hz_parties.person_first_name%type;
577: l_ship_to_contact_last_name hz_parties.person_last_name%type;

Line 600: l_paying_location hz_cust_site_uses.location%type;

596: l_end_date_commitmenmt DATE;
597: l_paying_customer_id ra_customer_trx.ship_to_customer_id%type;
598: l_paying_customer_name hz_parties.party_name%type;
599: l_paying_customer_number hz_cust_accounts.account_number%type;
600: l_paying_location hz_cust_site_uses.location%type;
601: l_paying_site_use_id ra_customer_trx.ship_to_site_use_id%type;
602: l_receipt_method_id ra_customer_trx.receipt_method_id%type;
603: l_receipt_method_name ar_receipt_methods.name%type;
604: l_cust_bank_account_id ra_customer_trx.customer_bank_account_id%type;