DBA Data[Home] [Help]

APPS.PSA_MFAR_ADJUSTMENTS dependencies on AR_DISTRIBUTIONS

Line 108: ar_distributions ard

104: ard.code_combination_id adj_ccid,
105: adj.amount adj_amount,
106: adj.type adj_type
107: From ar_adjustments adj,
108: ar_distributions ard
109: Where adj.adjustment_id = g_adjustment_id
110: and adj.adjustment_id = ard.source_id
111: and ard.source_table = 'ADJ'
112: and ard.source_type IN ('ADJ', 'FINCHRG');

Line 555: -- For other gl account source, use the ccid from ar_distributions directly.

551:
552:
553: -- Bug 3140981: Identify the appropriate adjustment ccid based on gl account source.
554: -- For 'Revenue on Invoice', use ccid from ra_cust_trx_line_gl_dist_all
555: -- For other gl account source, use the ccid from ar_distributions directly.
556:
557: -- ========================= FND LOG ===========================
558: psa_utils.debug_other_string(g_state_level,l_full_path, ' ccid_info(i).code_combination_id --> '
559: || ccid_info(i).code_combination_id);