DBA Data[Home] [Help]

APPS.FV_SF1081_TRANSACTION dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 379: vc_amount ra_cust_trx_line_gl_dist.amount%TYPE;

375: vc_city hz_locations.city%TYPE;
376: vc_state hz_locations.state%TYPE;
377: vc_postal_code hz_locations.postal_code%TYPE;
378: vc_customer_trx_id ra_customer_trx.customer_trx_id%TYPE;
379: vc_amount ra_cust_trx_line_gl_dist.amount%TYPE;
380: vc_bill_to_customer_id ra_customer_trx.bill_to_customer_id%TYPE;
381: vc_trx_date ra_customer_trx.trx_date%TYPE;
382: vc_code_combination_id number;
383:

Line 410: RA_CUST_TRX_LINE_GL_DIST RLD,

406: RLD.CODE_COMBINATION_ID
407: FROM
408: RA_CUSTOMER_TRX RCT,
409: RA_CUSTOMER_TRX_LINES RTL,
410: RA_CUST_TRX_LINE_GL_DIST RLD,
411: HZ_CUST_SITE_USES HZCSU,
412: HZ_LOCATIONS HZL,
413: HZ_CUST_ACCT_SITES HZCAS,
414: HZ_CUST_ACCOUNTS HZCA,

Line 506: ra_cust_trx_line_gl_dist rld,

502: hz_cust_accounts hzca,
503: hz_parties hzp,
504: ra_customer_trx rct,
505: ra_customer_trx_lines rtl,
506: ra_cust_trx_line_gl_dist rld,
507: ce_bank_accounts cba,
508: ce_bank_acct_uses_all cbau
509: WHERE
510: hzp.party_id = hzca.party_id