DBA Data[Home] [Help]

APPS.ARW_CMREQ_COVER dependencies on RA_BATCH_SOURCES

Line 581: p_batch_source_name IN ra_batch_sources.name%type,

577: -- bug 2290738 : added p_status to capture error status
578:
579: PROCEDURE ar_autocreate_cm(
580: p_request_id IN ra_cm_requests.request_id%type,
581: p_batch_source_name IN ra_batch_sources.name%type,
582: p_credit_method_rules IN varchar2,
583: p_credit_method_installments IN varchar2,
584: p_error_tab OUT NOCOPY arp_trx_validate.Message_Tbl_Type,
585: p_status OUT NOCOPY varchar2)

Line 754: from ra_batch_sources

750: /*6010707 As per doc when using AME the batch source name can be null*/
751: IF NOT (nvl(fnd_profile.value('AR_USE_OAM_IN_CMWF'),'N') = 'Y' and p_batch_source_name is NULL ) THEN
752: select batch_source_id
753: into l_batch_source_id
754: from ra_batch_sources
755: where name = p_batch_source_name
756: and org_id = l_trx_header_rec.org_id;
757: END IF;
758: