DBA Data[Home] [Help]

APPS.ARP_PROCESS_BR_REMIT dependencies on AR_SYSTEM_PARAMETERS

Line 1461: from ar_system_parameters;

1457: APP_EXCEPTION.raise_exception;
1458: END IF;
1459:
1460: select org_id into l_org_id
1461: from ar_system_parameters;
1462:
1463: -- Fetch of the remittance batch
1464: ARP_CR_BATCHES_PKG.fetch_p(p_batch_id,l_batch_rec);
1465:

Line 1683: from ar_system_parameters;

1679: END IF;
1680:
1681: --MOAC changes
1682: select org_id into l_org_id
1683: from ar_system_parameters;
1684:
1685: -- Fetch of the remittance batch
1686: ARP_CR_BATCHES_PKG.fetch_p(p_batch_id,l_batch_rec);
1687: