DBA Data[Home] [Help]

APPS.ARP_APP_PKG dependencies on AR_DISTRIBUTIONS

Line 824: DELETE FROM ar_distributions

820: -- p_table_name => 'AR_RECEIVABLE_APPLICATIONS',
821: -- p_mode => 'SINGLE',
822: -- p_key_value => i.receivable_application_id);
823: --}
824: DELETE FROM ar_distributions
825: WHERE source_table = 'RA'
826: AND source_type = 'REC'
827: AND source_id = i.receivable_application_id
828: RETURNING line_id

Line 838: -- p_table_name => 'AR_DISTRIBUTIONS',

834: +---------------------------------*/
835: --{BUG4301323
836: -- ar_mrc_engine.maintain_mrc_data(
837: -- p_event_mode => 'DELETE',
838: -- p_table_name => 'AR_DISTRIBUTIONS',
839: -- p_mode => 'BATCH',
840: -- p_key_value_list => l_ar_dist_key_value_list);
841: --}
842: END LOOP;