DBA Data[Home] [Help]

APPS.IGC_CC_BUDGETARY_CTRL_PKG dependencies on STANDARD

Line 4929: -- options like standard budgetary control , commitment budgetary control, provisional contract

4925: FETCH c_gl_app_id INTO l_gl_application_id;
4926: CLOSE c_gl_app_id;
4927:
4928: -- If encumbrance is enabled , the following validations helps in determining the individual
4929: -- options like standard budgetary control , commitment budgetary control, provisional contract
4930: -- encumbrance set-up, confirmed contract encumbrance setups or enabled or not.
4931: -- If encumbrance is not enabled then the individual setups are defaulted to 'N'.
4932:
4933: IF p_encumbrance_flag = FND_API.G_TRUE THEN

Line 4935: -- Standard Budgetary Control enabled or not

4931: -- If encumbrance is not enabled then the individual setups are defaulted to 'N'.
4932:
4933: IF p_encumbrance_flag = FND_API.G_TRUE THEN
4934:
4935: -- Standard Budgetary Control enabled or not
4936:
4937: BEGIN
4938: SELECT NVL(enable_budgetary_control_flag,'N')
4939: INTO l_sbc_enable_flag

Line 5032: -- commitment budget and not against standard budget.

5028:
5029: -- Encumbrance is turned OFF.
5030: -- If encumbrance is off
5031: -- then start date is validated only against
5032: -- commitment budget and not against standard budget.
5033:
5034: BEGIN
5035: SELECT count(*)
5036: INTO l_COUNT

Line 5069: -- Standard budgetary control is on

5065: )
5066: THEN
5067:
5068: -- Encumbrance turned ON.
5069: -- Standard budgetary control is on
5070: -- Commitment budgetary control is on or off.
5071: -- Provisional contract can encumber or not.
5072: -- Confirmed contract must encumber.
5073:

Line 5374: -- Standard budgetary control is on

5370: )
5371: THEN
5372:
5373: -- Encumbrance turned ON.
5374: -- Standard budgetary control is on
5375: -- Commitment budgetary control is on or off.
5376: -- Provisional contract can encumber or not.
5377: -- Confirmed contract must encumber.
5378: IF (p_cc_state = 'PR' OR p_cc_state = 'CL') AND

Line 5595: -- Standard budgetary control is on

5591: )
5592: THEN
5593:
5594: -- Encumbrance turned ON.
5595: -- Standard budgetary control is on
5596: -- Commitment budgetary control is on or off.
5597: -- Provisional contract can encumber or not.
5598: -- Confirmed contract must encumber.
5599: IF (p_cc_state = 'PR' OR p_cc_state = 'CL') AND

Line 6055: -- Standard budgetary control is on

6051: l_cc_headers_rec.cc_type <> 'R'
6052: THEN
6053:
6054: -- Encumbrance turned ON.
6055: -- Standard budgetary control is on
6056: -- Commitment budgetary control is on or off.
6057: -- Provisional contract can encumber or not.
6058: -- Confirmed contract must encumber.
6059:

Line 6406: -- Standard budgetary control is on

6402: l_cc_headers_rec.cc_type <> 'R'
6403: THEN
6404:
6405: -- Encumbrance turned ON.
6406: -- Standard budgetary control is on
6407: -- Commitment budgetary control is on or off.
6408: -- Provisional contract can encumber or not.
6409: -- Confirmed contract must encumber.
6410: