DBA Data[Home] [Help]

APPS.ARP_PROCESS_BR_REMIT dependencies on AR_SYSTEM_PARAMETERS

Line 1472: from ar_system_parameters;

1468: APP_EXCEPTION.raise_exception;
1469: END IF;
1470:
1471: select org_id into l_org_id
1472: from ar_system_parameters;
1473:
1474: -- Fetch of the remittance batch
1475: ARP_CR_BATCHES_PKG.fetch_p(p_batch_id,l_batch_rec);
1476:

Line 1694: from ar_system_parameters;

1690: END IF;
1691:
1692: --MOAC changes
1693: select org_id into l_org_id
1694: from ar_system_parameters;
1695:
1696: -- Fetch of the remittance batch
1697: ARP_CR_BATCHES_PKG.fetch_p(p_batch_id,l_batch_rec);
1698: