DBA Data[Home] [Help]

APPS.PJI_FM_CMT_EXTR dependencies on PA_TXN_ACCUMS

Line 7: -- PA_TXN_ACCUMS package so this api is made as private.

3:
4: -- Procedure to accumulate the commitment txns.
5: -- This procedure is mainly used in PPR for customers using
6: -- both PSI and PPR. There exists an equivalent apis in
7: -- PA_TXN_ACCUMS package so this api is made as private.
8:
9: /* Commented procedure for bug 13889383
10: PROCEDURE ACCUM_PROJPERF_COMMIT_TXNS
11: ( x_project_id IN NUMBER,

Line 293: Pa_Txn_Accums.create_txn_accum_details(

289: END;
290:
291: IF ( is_row_found > 0 ) THEN
292: -- Create a row for drilldown in pa_txn_accume_details Now
293: Pa_Txn_Accums.create_txn_accum_details(
294: x_txn_accum_id,
295: 'M', -- pa_commitments_txns
296: NULL, -- expenditure_item_id
297: NULL, -- line_num

Line 855: PA_TXN_ACCUMS.CREATE_CMT_TXNS(null,

851:
852: -- Bug 6847113
853:
854:
855: PA_TXN_ACCUMS.CREATE_CMT_TXNS(null,
856: l_helper_batch_id, -- overload of to
857: null, -- project parameter
858: x_err_stage,
859: x_err_code);