DBA Data[Home] [Help]

APPS.XTR_STREAMLINE_P dependencies on XTR_JOURNAL_PROCESS_P

Line 1667: * calls procedure XTR_JOURNAL_PROCESS_P.JOURNALS *

1663: p_prev_batch_id IN NUMBER) AS
1664: /*------------------------------------------------------------------------------*
1665: * *
1666: * Generates the journal details - *
1667: * calls procedure XTR_JOURNAL_PROCESS_P.JOURNALS *
1668: * *
1669: * *
1670: *------------------------------------------------------------------------------*/
1671: l_errbuf VARCHAR2(255) := null;

Line 1706: XTR_JOURNAL_PROCESS_P.JOURNALS(l_errbuf,

1702: if p_retcode = 0 then
1703: /*===================================================*/
1704: /* Calculate Journal Details */
1705: /*===================================================*/
1706: XTR_JOURNAL_PROCESS_P.JOURNALS(l_errbuf,
1707: p_retcode,
1708: null, -- p_source_option
1709: p_company,
1710: p_batch_id, -- p_batch_id_from

Line 1756: * calls procedure XTR_JOURNAL_PROCESS_P.JOURNALS *

1752: p_closed_periods IN VARCHAR2) AS
1753: /*------------------------------------------------------------------------------*
1754: * *
1755: * Transfer the journal details - *
1756: * calls procedure XTR_JOURNAL_PROCESS_P.JOURNALS *
1757: * This should only be called if process starts and ends after *
1758: * transfer of journals. *
1759: * *
1760: *------------------------------------------------------------------------------*/

Line 1787: XTR_JOURNAL_PROCESS_P.JOURNALS(l_errbuf,

1783: if p_retcode = 0 then
1784: /*===================================================*/
1785: /* Transfer Journal Details */
1786: /*===================================================*/
1787: XTR_JOURNAL_PROCESS_P.JOURNALS(l_errbuf,
1788: p_retcode,
1789: null, -- p_source_option
1790: p_company,
1791: p_batch_id, -- p_batch_id_from