DBA Data[Home] [Help]

APPS.AR_BR_REMIT_IMPORT_API_PUB dependencies on ARP_BR_REMIT_BATCHES

Line 21: | routine ARP_BR_REMIT_BATCHES.cancel_remit(p_reserved_value,l_batch_applied_status). |

17: | PROCEDURE : Dummy_Remittance |
18: | |
19: | DESCRIPTION : |
20: | This procedure will examine a remittance batch to see if it is empty. If it is empty it will cancel it by caling the |
21: | routine ARP_BR_REMIT_BATCHES.cancel_remit(p_reserved_value,l_batch_applied_status). |
22: | |
23: |---------------------------------------------------------------------------------------------------------------------------*/
24:
25: PROCEDURE Dummy_Remittance (p_reserved_value ar_payment_schedules.reserved_value%TYPE,x_return_status IN OUT NOCOPY VARCHAR2) is

Line 45: ARP_BR_REMIT_BATCHES.cancel_remit(p_reserved_value,l_batch_applied_status);

41: from ar_batches
42: where batch_id = p_reserved_value;
43:
44: if count_brs = 0 and l_batch_applied_status in ('COMPLETED_CREATION','STARTED_CREATION') THEN
45: ARP_BR_REMIT_BATCHES.cancel_remit(p_reserved_value,l_batch_applied_status);
46: end if;
47:
48: arp_standard.debug ('impremapi.dummy_remittance()-');
49:

Line 381: | Insert the remittance into the databse by calling ARP_BR_REMIT_BATCHES.insert_remit. |

377: | |
378: | Validate the bank details supplied and ensure the receipt method is valid. Also check that the remittance print and |
379: | transmission programs are of the correct type. |
380: | |
381: | Insert the remittance into the databse by calling ARP_BR_REMIT_BATCHES.insert_remit. |
382: | |
383: | If the BR was already selected to a remittance then deselect it from that remittance. Check if the remittance is empty and |
384: | if it is then cancel it. |
385: | |

Line 388: | ARP_BR_REMIT_BATCHES.insert_remit |

384: | if it is then cancel it. |
385: | |
386: | CALLS TO EXTERNAL PROCEDURES :
387: | |
388: | ARP_BR_REMIT_BATCHES.insert_remit |
389: | AR_BILLS_MAINTAIN_PUB.Deselect_BR_Remit |
390: | |
391: |---------------------------------------------------------------------------------------------------------------------------*/
392:

Line 532: ARP_BR_REMIT_BATCHES.insert_remit(

528: l_batch_id := null;
529:
530: arp_standard.debug('Call insert_remit : impremapi.New_Remittance');
531:
532: ARP_BR_REMIT_BATCHES.insert_remit(
533: p_remittance_date,
534: p_remittance_accounting_date,
535: p_currency_code,
536: null,