DBA Data[Home] [Help]

APPS.AR_LATE_CHARGES_REPORT_PVT dependencies on AR_INTEREST_BATCHES

Line 113: FROM ar_interest_batches

109: IF (p_request_id IS NULL AND p_interest_batch_id IS NOT NULL) THEN
110:
111: SELECT batch_name
112: INTO P_BATCH_NAME_DSP
113: FROM ar_interest_batches
114: WHERE interest_batch_id = p_interest_batch_id;
115:
116: p_batch_name_dsp := ''''||p_batch_name_dsp||'''';
117: