DBA Data[Home] [Help]

APPS.AR_DEPOSIT_API_PUB dependencies on ARP_STANDARD

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

2212: l_payer_rec.org_type := NULL;
2213:
2214: end if;
2215:
2216: l_trxn_attribs_rec.Originating_Application_Id := arp_standard.application_id;
2217: l_trxn_attribs_rec.order_id := l_trx_number;
2218: l_trxn_attribs_rec.Trxn_Ref_Number1 := 'TRANSACTION';
2219: l_trxn_attribs_rec.Trxn_Ref_Number2 := l_customer_trx_id;
2220: l_assignment_id := l_assignment_id;

Line 2247: arp_standard.debug('the copied value of trx_entn is ' || o_payment_trxn_extension_id );

2243: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
2244:
2245: o_payment_trxn_extension_id := p_trxn_entity_id ;
2246:
2247: arp_standard.debug('the copied value of trx_entn is ' || o_payment_trxn_extension_id );
2248:
2249:
2250: update ra_customer_trx
2251: set payment_trxn_extension_id = o_payment_trxn_extension_id