DBA Data[Home] [Help]

APPS.ARP_PROGRAM_BR_REMIT dependencies on STANDARD

Line 896: -- Submit the Standard Print program 'BR Remittance Batch Management Report' as a concurrent request

892:
893: -- SSA - R12 : set org id prior to calling submit_request
894: FND_REQUEST.set_org_id(g_org_id);
895:
896: -- Submit the Standard Print program 'BR Remittance Batch Management Report' as a concurrent request
897:
898: --Bug 5391515 as the arguments being passed in the below commented code does not exist in the reports
899: --Bug7246266, handled the call for 'BR Remittance Batch Management Report'
900: IF (print_program = 'ARBRRMBM') Then

Line 1188: l_trxn_attribs_rec.Originating_Application_Id := arp_standard.application_id;

1184: p_pay_trxn_extn_id => br_rem_info.payment_trxn_extension_id),
1185: br_rem_info.drawee_site_use_id);
1186: end if;
1187: -- set up trxn_attribs record:
1188: l_trxn_attribs_rec.Originating_Application_Id := arp_standard.application_id;
1189: l_trxn_attribs_rec.order_id := br_rem_info.trx_number;
1190: l_trxn_attribs_rec.Trxn_Ref_Number1 := 'BRINVOICE';
1191: l_trxn_attribs_rec.Trxn_Ref_Number2 := br_rem_info.customer_trx_id;
1192:

Line 1242: arp_standard.debug ( 'the value of auth_flag is = ' || l_auth_flag);

1238: when others then
1239: l_auth_flag := 'N';
1240: End;
1241:
1242: arp_standard.debug ( 'the value of auth_flag is = ' || l_auth_flag);
1243:
1244: If l_auth_flag = 'Y' then
1245: arp_standard.debug ( 'the value of auth_flag is = ' || l_auth_flag);
1246:

Line 1245: arp_standard.debug ( 'the value of auth_flag is = ' || l_auth_flag);

1241:
1242: arp_standard.debug ( 'the value of auth_flag is = ' || l_auth_flag);
1243:
1244: If l_auth_flag = 'Y' then
1245: arp_standard.debug ( 'the value of auth_flag is = ' || l_auth_flag);
1246:
1247: select AUTHORIZATION_ID
1248: into l_auth_id
1249: from IBY_TRXN_EXT_AUTHS_V

Line 1392: l_program_application_id := arp_standard.application_id ;

1388: /* NOW WE HAVE TO CALL BULK SETTLEMENT START */
1389:
1390: IF l_call_settlement = 'Y' THEN
1391:
1392: l_program_application_id := arp_standard.application_id ;
1393:
1394:
1395: FND_FILE.PUT_LINE(FND_FILE.LOG, 'CALL THE SETTLEMENT API');
1396: IF PG_DEBUG in ('Y', 'C') THEN