DBA Data[Home] [Help]

APPS.ARP_PROGRAM_BR_REMIT dependencies on ARP_STANDARD

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

1167:
1168: end if;
1169:
1170: -- set up trxn_attribs record:
1171: l_trxn_attribs_rec.Originating_Application_Id := arp_standard.application_id;
1172: l_trxn_attribs_rec.order_id := br_rem_info.trx_number;
1173: l_trxn_attribs_rec.Trxn_Ref_Number1 := 'BRINVOICE';
1174: l_trxn_attribs_rec.Trxn_Ref_Number2 := br_rem_info.customer_trx_id;
1175:

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

1221: when others then
1222: l_auth_flag := 'N';
1223: End;
1224:
1225: arp_standard.debug ( 'the value of auth_flag is = ' || l_auth_flag);
1226:
1227: If l_auth_flag = 'Y' then
1228: arp_standard.debug ( 'the value of auth_flag is = ' || l_auth_flag);
1229:

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

1224:
1225: arp_standard.debug ( 'the value of auth_flag is = ' || l_auth_flag);
1226:
1227: If l_auth_flag = 'Y' then
1228: arp_standard.debug ( 'the value of auth_flag is = ' || l_auth_flag);
1229:
1230: select AUTHORIZATION_ID
1231: into l_auth_id
1232: from IBY_TRXN_EXT_AUTHS_V

Line 1374: l_program_application_id := arp_standard.application_id ;

1370: /* NOW WE HAVE TO CALL BULK SETTLEMENT START */
1371:
1372: IF l_call_settlement = 'Y' THEN
1373:
1374: l_program_application_id := arp_standard.application_id ;
1375:
1376:
1377: FND_FILE.PUT_LINE(FND_FILE.LOG, 'CALL THE SETTLEMENT API');
1378: IF PG_DEBUG in ('Y', 'C') THEN