DBA Data[Home] [Help]

APPS.XTR_STREAMLINE_P dependencies on XTR_REVAL_PROCESS_P

Line 965: * calls procedure XTR_REVAL_PROCESS_P.GET_ALL_REVAL_RATES *

961: p_retcode OUT NOCOPY NUMBER) AS
962: /*------------------------------------------------------------------------------*
963: * *
964: * Generates the reval rates - *
965: * calls procedure XTR_REVAL_PROCESS_P.GET_ALL_REVAL_RATES *
966: * *
967: *------------------------------------------------------------------------------*/
968:
969: BEGIN

Line 995: XTR_REVAL_PROCESS_P.GET_ALL_REVAL_RATES(p_company,

991: /*===================================================*/
992: /* Calculate Revaluation Rates */
993: /*===================================================*/
994: if p_retcode = 0 then
995: XTR_REVAL_PROCESS_P.GET_ALL_REVAL_RATES(p_company,
996: p_batch_start,
997: p_batch_end,
998: 'N', -- only generate rates for Normal batch
999: p_batch_id);

Line 1029: * calls procedure XTR_REVAL_PROCESS_P.CALC_REVALS *

1025: p_prev_batch_id IN NUMBER) AS
1026: /*------------------------------------------------------------------------------*
1027: * *
1028: * Generates the reval details - *
1029: * calls procedure XTR_REVAL_PROCESS_P.CALC_REVALS *
1030: * *
1031: *------------------------------------------------------------------------------*/
1032:
1033: l_errbuf VARCHAR2(255) := null;

Line 1080: XTR_REVAL_PROCESS_P.CALC_REVALS(l_errbuf,

1076: /*===================================================*/
1077: /* Calculate Revaluation Details */
1078: /*===================================================*/
1079: if p_retcode = 0 then
1080: XTR_REVAL_PROCESS_P.CALC_REVALS(l_errbuf,
1081: l_retcode,
1082: p_company,
1083: p_batch_id);
1084: