DBA Data[Home] [Help]

APPS.IGC_CC_BUDGETARY_CTRL_PKG dependencies on STANDARD

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

4867: FETCH c_gl_app_id INTO l_gl_application_id;
4868: CLOSE c_gl_app_id;
4869:
4870: -- If encumbrance is enabled , the following validations helps in determining the individual
4871: -- options like standard budgetary control , commitment budgetary control, provisional contract
4872: -- encumbrance set-up, confirmed contract encumbrance setups or enabled or not.
4873: -- If encumbrance is not enabled then the individual setups are defaulted to 'N'.
4874:
4875: IF p_encumbrance_flag = FND_API.G_TRUE THEN

Line 4877: -- Standard Budgetary Control enabled or not

4873: -- If encumbrance is not enabled then the individual setups are defaulted to 'N'.
4874:
4875: IF p_encumbrance_flag = FND_API.G_TRUE THEN
4876:
4877: -- Standard Budgetary Control enabled or not
4878:
4879: BEGIN
4880: SELECT NVL(enable_budgetary_control_flag,'N')
4881: INTO l_sbc_enable_flag

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

4970:
4971: -- Encumbrance is turned OFF.
4972: -- If encumbrance is off
4973: -- then start date is validated only against
4974: -- commitment budget and not against standard budget.
4975:
4976: BEGIN
4977: SELECT count(*)
4978: INTO l_COUNT

Line 5011: -- Standard budgetary control is on

5007: )
5008: THEN
5009:
5010: -- Encumbrance turned ON.
5011: -- Standard budgetary control is on
5012: -- Commitment budgetary control is on or off.
5013: -- Provisional contract can encumber or not.
5014: -- Confirmed contract must encumber.
5015:

Line 5316: -- Standard budgetary control is on

5312: )
5313: THEN
5314:
5315: -- Encumbrance turned ON.
5316: -- Standard budgetary control is on
5317: -- Commitment budgetary control is on or off.
5318: -- Provisional contract can encumber or not.
5319: -- Confirmed contract must encumber.
5320: IF (p_cc_state = 'PR' OR p_cc_state = 'CL') AND

Line 5537: -- Standard budgetary control is on

5533: )
5534: THEN
5535:
5536: -- Encumbrance turned ON.
5537: -- Standard budgetary control is on
5538: -- Commitment budgetary control is on or off.
5539: -- Provisional contract can encumber or not.
5540: -- Confirmed contract must encumber.
5541: IF (p_cc_state = 'PR' OR p_cc_state = 'CL') AND

Line 5995: -- Standard budgetary control is on

5991: l_cc_headers_rec.cc_type <> 'R'
5992: THEN
5993:
5994: -- Encumbrance turned ON.
5995: -- Standard budgetary control is on
5996: -- Commitment budgetary control is on or off.
5997: -- Provisional contract can encumber or not.
5998: -- Confirmed contract must encumber.
5999:

Line 6344: -- Standard budgetary control is on

6340: l_cc_headers_rec.cc_type <> 'R'
6341: THEN
6342:
6343: -- Encumbrance turned ON.
6344: -- Standard budgetary control is on
6345: -- Commitment budgetary control is on or off.
6346: -- Provisional contract can encumber or not.
6347: -- Confirmed contract must encumber.
6348: