DBA Data[Home] [Help]

APPS.FII_AR_TRX_DIST_F_C dependencies on RA_CUSTOMER_TRX_ALL

Line 1057: from ra_customer_trx_all ct,

1053: select /*+ PARALLEL(CT,4) */
1054: l_seq_id,
1055: ctlx.customer_trx_line_id,
1056: p_mode
1057: from ra_customer_trx_all ct,
1058: ra_customer_trx_lines_all ctlx
1059: where ct.last_update_date between g_push_from_date and g_push_to_date
1060: and ct.complete_flag = 'Y'
1061: and ct.customer_trx_id = ctlx.customer_trx_id

Line 1198: from ra_customer_trx_all ct,

1194: distinct l_seq_id,
1195: adj.adjustment_id,
1196: p_mode,
1197: xal.code_combination_id
1198: from ra_customer_trx_all ct,
1199: ar_adjustments_all adj,
1200: xla_ae_headers xah,
1201: xla_ae_lines xal,
1202: xla_distribution_links xdl,