DBA Data[Home] [Help]

APPS.ARP_PROCESS_APPLICATION2 dependencies on STANDARD

Line 163: arp_standard.debug( 'arp_process_application.update_application()+');

159: l_legal_entity_id ar_cash_receipts.legal_entity_id%TYPE;
160:
161: BEGIN
162: IF PG_DEBUG in ('Y', 'C') THEN
163: arp_standard.debug( 'arp_process_application.update_application()+');
164: END IF;
165:
166: IF (p_ra_id IS NULL)
167: THEN

Line 256: arp_standard.debug( 'p_application_ref_type = '||p_application_ref_type);

252:
253: --Bug 1815528 If claim type is CLAIM, then create claim
254:
255: IF PG_DEBUG in ('Y', 'C') THEN
256: arp_standard.debug( 'p_application_ref_type = '||p_application_ref_type);
257: arp_standard.debug( 'p_application_ref_num = '||nvl(p_application_ref_num,'NULL'));
258: END IF;
259: IF (p_application_ref_type = 'CLAIM' AND
260: p_application_ref_num IS NULL)

Line 257: arp_standard.debug( 'p_application_ref_num = '||nvl(p_application_ref_num,'NULL'));

253: --Bug 1815528 If claim type is CLAIM, then create claim
254:
255: IF PG_DEBUG in ('Y', 'C') THEN
256: arp_standard.debug( 'p_application_ref_type = '||p_application_ref_type);
257: arp_standard.debug( 'p_application_ref_num = '||nvl(p_application_ref_num,'NULL'));
258: END IF;
259: IF (p_application_ref_type = 'CLAIM' AND
260: p_application_ref_num IS NULL)
261: THEN

Line 424: arp_standard.debug( 'arp_process_application.update_application()-');

420: l_xla_ev_rec.xla_call := 'B';
421: ARP_XLA_EVENTS.create_events(p_xla_ev_rec => l_xla_ev_rec);
422:
423: IF PG_DEBUG in ('Y', 'C') THEN
424: arp_standard.debug( 'arp_process_application.update_application()-');
425: END IF;
426:
427: EXCEPTION
428: when others then

Line 499: arp_standard.debug( 'arp_process_application.delete_selected_transaction()+');

495: l_ae_doc_rec ae_doc_rec_type;
496:
497: BEGIN
498: IF PG_DEBUG in ('Y', 'C') THEN
499: arp_standard.debug( 'arp_process_application.delete_selected_transaction()+');
500: END IF;
501:
502: -- Check that the Application Id, and the Applied Payment Schedule Id
503: -- have been provided.

Line 584: arp_standard.debug('delete_selected_transaction: ' || 'Getting the Receivable Application Id for the UNAPP row');

580: -- deleted.
581: ----------------------------------------------------------------
582:
583: IF PG_DEBUG in ('Y', 'C') THEN
584: arp_standard.debug('delete_selected_transaction: ' || 'Getting the Receivable Application Id for the UNAPP row');
585: END IF;
586: -- Get the receivable application id for the UNAPP row.
587: select ra.receivable_application_id
588: into ln_unapp_ra_id

Line 594: arp_standard.debug('delete_selected_transaction: ' || 'Fetch the UNAPP row');

590: where ra.cash_receipt_id = ln_cash_receipt_id
591: and ra.status = 'UNAPP';
592:
593: IF PG_DEBUG in ('Y', 'C') THEN
594: arp_standard.debug('delete_selected_transaction: ' || 'Fetch the UNAPP row');
595: END IF;
596: -- Fetch the UNAPP row.
597: arp_app_pkg.fetch_p( ln_unapp_ra_id, lr_ra_rec );
598:

Line 603: arp_standard.debug('delete_selected_transaction: ' || 'New UNAPP amount: ' || to_char(lr_ra_rec.amount_applied));

599: -- Set the amount with the new value.
600: lr_ra_rec.amount_applied := lr_ra_rec.amount_applied - ln_amount_applied;
601:
602: IF PG_DEBUG in ('Y', 'C') THEN
603: arp_standard.debug('delete_selected_transaction: ' || 'New UNAPP amount: ' || to_char(lr_ra_rec.amount_applied));
604: END IF;
605:
606: -- Set the acctd amount with the new value.
607: lr_ra_rec.acctd_amount_applied_from := lr_ra_rec.acctd_amount_applied_from - ln_acctd_amount_applied_from;

Line 609: arp_standard.debug('delete_selected_transaction: ' || 'Update the UNAPP row');

605:
606: -- Set the acctd amount with the new value.
607: lr_ra_rec.acctd_amount_applied_from := lr_ra_rec.acctd_amount_applied_from - ln_acctd_amount_applied_from;
608: IF PG_DEBUG in ('Y', 'C') THEN
609: arp_standard.debug('delete_selected_transaction: ' || 'Update the UNAPP row');
610: END IF;
611: --
612: --Release 11.5 delete child accounting records associated with
613: --parent applications UNAPP record as update is a combination

Line 648: arp_standard.debug('delete_selected_transaction: ' || 'arp_process_application.delete_receivable_application()-');

644: arp_acct_main.Create_Acct_Entry(l_ae_doc_rec);
645: END IF;
646:
647: IF PG_DEBUG in ('Y', 'C') THEN
648: arp_standard.debug('delete_selected_transaction: ' || 'arp_process_application.delete_receivable_application()-');
649: END IF;
650:
651: EXCEPTION
652: WHEN OTHERS THEN

Line 654: arp_standard.debug('delete_selected_transaction: ' || '-- EXCEPTION:');

650:
651: EXCEPTION
652: WHEN OTHERS THEN
653: IF PG_DEBUG in ('Y', 'C') THEN
654: arp_standard.debug('delete_selected_transaction: ' || '-- EXCEPTION:');
655: arp_standard.debug('delete_selected_transaction: ' || 'Printing procedure parameter values:');
656: arp_standard.debug('delete_selected_transaction: ' || '-- p_ra_id = '||TO_CHAR(p_ra_id));
657: arp_standard.debug('delete_selected_transaction: ' || '-- p_app_ps_id = '||TO_CHAR(p_app_ps_id));
658: END IF;

Line 655: arp_standard.debug('delete_selected_transaction: ' || 'Printing procedure parameter values:');

651: EXCEPTION
652: WHEN OTHERS THEN
653: IF PG_DEBUG in ('Y', 'C') THEN
654: arp_standard.debug('delete_selected_transaction: ' || '-- EXCEPTION:');
655: arp_standard.debug('delete_selected_transaction: ' || 'Printing procedure parameter values:');
656: arp_standard.debug('delete_selected_transaction: ' || '-- p_ra_id = '||TO_CHAR(p_ra_id));
657: arp_standard.debug('delete_selected_transaction: ' || '-- p_app_ps_id = '||TO_CHAR(p_app_ps_id));
658: END IF;
659: app_exception.raise_exception;

Line 656: arp_standard.debug('delete_selected_transaction: ' || '-- p_ra_id = '||TO_CHAR(p_ra_id));

652: WHEN OTHERS THEN
653: IF PG_DEBUG in ('Y', 'C') THEN
654: arp_standard.debug('delete_selected_transaction: ' || '-- EXCEPTION:');
655: arp_standard.debug('delete_selected_transaction: ' || 'Printing procedure parameter values:');
656: arp_standard.debug('delete_selected_transaction: ' || '-- p_ra_id = '||TO_CHAR(p_ra_id));
657: arp_standard.debug('delete_selected_transaction: ' || '-- p_app_ps_id = '||TO_CHAR(p_app_ps_id));
658: END IF;
659: app_exception.raise_exception;
660: END delete_selected_transaction;

Line 657: arp_standard.debug('delete_selected_transaction: ' || '-- p_app_ps_id = '||TO_CHAR(p_app_ps_id));

653: IF PG_DEBUG in ('Y', 'C') THEN
654: arp_standard.debug('delete_selected_transaction: ' || '-- EXCEPTION:');
655: arp_standard.debug('delete_selected_transaction: ' || 'Printing procedure parameter values:');
656: arp_standard.debug('delete_selected_transaction: ' || '-- p_ra_id = '||TO_CHAR(p_ra_id));
657: arp_standard.debug('delete_selected_transaction: ' || '-- p_app_ps_id = '||TO_CHAR(p_app_ps_id));
658: END IF;
659: app_exception.raise_exception;
660: END delete_selected_transaction;
661: