DBA Data[Home] [Help]

APPS.IGC_CBC_PO_YEAR_END_PKG dependencies on STANDARD

Line 10: -- Encumbrances are carried forward in both the Standard and Commitment Budgets at a transactional

6: -- =======================
7: --
8: -- This is the main procedure of the PO/CBC Year End Process.
9: -- This process, to be run at Year End, carries forward encumbrances to the next fiscal year.
10: -- Encumbrances are carried forward in both the Standard and Commitment Budgets at a transactional
11: -- level for Requisitions, whilst encumbrances for PO's are carried forward only in the Standard
12: -- Budget. Funds reservation in the Standard Budget is carried out in Forced Mode.
13: --
14: -- IN Parameters

Line 11: -- level for Requisitions, whilst encumbrances for PO's are carried forward only in the Standard

7: --
8: -- This is the main procedure of the PO/CBC Year End Process.
9: -- This process, to be run at Year End, carries forward encumbrances to the next fiscal year.
10: -- Encumbrances are carried forward in both the Standard and Commitment Budgets at a transactional
11: -- level for Requisitions, whilst encumbrances for PO's are carried forward only in the Standard
12: -- Budget. Funds reservation in the Standard Budget is carried out in Forced Mode.
13: --
14: -- IN Parameters
15: -- -------------

Line 12: -- Budget. Funds reservation in the Standard Budget is carried out in Forced Mode.

8: -- This is the main procedure of the PO/CBC Year End Process.
9: -- This process, to be run at Year End, carries forward encumbrances to the next fiscal year.
10: -- Encumbrances are carried forward in both the Standard and Commitment Budgets at a transactional
11: -- level for Requisitions, whilst encumbrances for PO's are carried forward only in the Standard
12: -- Budget. Funds reservation in the Standard Budget is carried out in Forced Mode.
13: --
14: -- IN Parameters
15: -- -------------
16: -- p_sob_id Set of Books Id

Line 26: -- errbuf Standard Concurrent Processing Error Buffer

22: -- p_batch_size User entered value used to determine batch size of bulk fetches
23: --
24: -- OUT Parameters
25: -- --------------
26: -- errbuf Standard Concurrent Processing Error Buffer
27: -- retcode Standard Concurrent Processing Return Code
28: --
29: --
30: PROCEDURE Year_End_Main(errbuf OUT NOCOPY VARCHAR2,

Line 27: -- retcode Standard Concurrent Processing Return Code

23: --
24: -- OUT Parameters
25: -- --------------
26: -- errbuf Standard Concurrent Processing Error Buffer
27: -- retcode Standard Concurrent Processing Return Code
28: --
29: --
30: PROCEDURE Year_End_Main(errbuf OUT NOCOPY VARCHAR2,
31: retcode OUT NOCOPY VARCHAR2,