DBA Data[Home] [Help]

APPS.FV_SF1081_TRANSACTION dependencies on HZ_LOCATIONS

Line 414: vc_address1 hz_locations.address1%TYPE;

410: vc_customer_name hz_parties.party_name%TYPE;
411: vc_customer_id hz_cust_accounts.cust_Account_id%TYPE;
412: vc_cust_alc ce_bank_accounts.agency_location_code%TYPE;
413: vc_address_id hz_cust_acct_sites.cust_acct_site_id%type;
414: vc_address1 hz_locations.address1%TYPE;
415: vc_address2 hz_locations.address2%TYPE;
416: vc_address3 hz_locations.address3%TYPE;
417: vc_city hz_locations.city%TYPE;
418: vc_state hz_locations.state%TYPE;

Line 415: vc_address2 hz_locations.address2%TYPE;

411: vc_customer_id hz_cust_accounts.cust_Account_id%TYPE;
412: vc_cust_alc ce_bank_accounts.agency_location_code%TYPE;
413: vc_address_id hz_cust_acct_sites.cust_acct_site_id%type;
414: vc_address1 hz_locations.address1%TYPE;
415: vc_address2 hz_locations.address2%TYPE;
416: vc_address3 hz_locations.address3%TYPE;
417: vc_city hz_locations.city%TYPE;
418: vc_state hz_locations.state%TYPE;
419: vc_postal_code hz_locations.postal_code%TYPE;

Line 416: vc_address3 hz_locations.address3%TYPE;

412: vc_cust_alc ce_bank_accounts.agency_location_code%TYPE;
413: vc_address_id hz_cust_acct_sites.cust_acct_site_id%type;
414: vc_address1 hz_locations.address1%TYPE;
415: vc_address2 hz_locations.address2%TYPE;
416: vc_address3 hz_locations.address3%TYPE;
417: vc_city hz_locations.city%TYPE;
418: vc_state hz_locations.state%TYPE;
419: vc_postal_code hz_locations.postal_code%TYPE;
420: vc_customer_trx_id ra_customer_trx.customer_trx_id%TYPE;

Line 417: vc_city hz_locations.city%TYPE;

413: vc_address_id hz_cust_acct_sites.cust_acct_site_id%type;
414: vc_address1 hz_locations.address1%TYPE;
415: vc_address2 hz_locations.address2%TYPE;
416: vc_address3 hz_locations.address3%TYPE;
417: vc_city hz_locations.city%TYPE;
418: vc_state hz_locations.state%TYPE;
419: vc_postal_code hz_locations.postal_code%TYPE;
420: vc_customer_trx_id ra_customer_trx.customer_trx_id%TYPE;
421: vc_amount ra_cust_trx_line_gl_dist.amount%TYPE;

Line 418: vc_state hz_locations.state%TYPE;

414: vc_address1 hz_locations.address1%TYPE;
415: vc_address2 hz_locations.address2%TYPE;
416: vc_address3 hz_locations.address3%TYPE;
417: vc_city hz_locations.city%TYPE;
418: vc_state hz_locations.state%TYPE;
419: vc_postal_code hz_locations.postal_code%TYPE;
420: vc_customer_trx_id ra_customer_trx.customer_trx_id%TYPE;
421: vc_amount ra_cust_trx_line_gl_dist.amount%TYPE;
422: vc_bill_to_customer_id ra_customer_trx.bill_to_customer_id%TYPE;

Line 419: vc_postal_code hz_locations.postal_code%TYPE;

415: vc_address2 hz_locations.address2%TYPE;
416: vc_address3 hz_locations.address3%TYPE;
417: vc_city hz_locations.city%TYPE;
418: vc_state hz_locations.state%TYPE;
419: vc_postal_code hz_locations.postal_code%TYPE;
420: vc_customer_trx_id ra_customer_trx.customer_trx_id%TYPE;
421: vc_amount ra_cust_trx_line_gl_dist.amount%TYPE;
422: vc_bill_to_customer_id ra_customer_trx.bill_to_customer_id%TYPE;
423: vc_trx_date ra_customer_trx.trx_date%TYPE;

Line 454: HZ_LOCATIONS HZL,

450: RA_CUSTOMER_TRX RCT,
451: RA_CUSTOMER_TRX_LINES RTL,
452: RA_CUST_TRX_LINE_GL_DIST RLD,
453: HZ_CUST_SITE_USES HZCSU,
454: HZ_LOCATIONS HZL,
455: HZ_CUST_ACCT_SITES HZCAS,
456: HZ_CUST_ACCOUNTS HZCA,
457: HZ_PARTY_SITES HZPS,
458: HZ_PARTIES HZP

Line 548: hz_locations hzl,

544: rct.bill_to_customer_id,
545: rct.trx_date,
546: rld.code_combination_id
547: FROM
548: hz_locations hzl,
549: hz_cust_acct_sites hzcas,
550: hz_party_sites hzps ,
551: HZ_CUST_SITE_USEs hzcsu,
552: hz_cust_accounts hzca,