DBA Data[Home] [Help]

APPS.ARP_APP_PKG dependencies on AR_DISTRIBUTIONS

Line 799: DELETE FROM ar_distributions

795: -- p_table_name => 'AR_RECEIVABLE_APPLICATIONS',
796: -- p_mode => 'SINGLE',
797: -- p_key_value => i.receivable_application_id);
798: --}
799: DELETE FROM ar_distributions
800: WHERE source_table = 'RA'
801: AND source_type = 'REC'
802: AND source_id = i.receivable_application_id
803: RETURNING line_id

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

809: +---------------------------------*/
810: --{BUG4301323
811: -- ar_mrc_engine.maintain_mrc_data(
812: -- p_event_mode => 'DELETE',
813: -- p_table_name => 'AR_DISTRIBUTIONS',
814: -- p_mode => 'BATCH',
815: -- p_key_value_list => l_ar_dist_key_value_list);
816: --}
817: END LOOP;