DBA Data[Home] [Help]

APPS.GMF_XLA_PKG dependencies on STANDARD

Line 4071: -- For Actual/Standard methods, update gmf_period_balances table.

4067: ;
4068:
4069: --
4070: -- Now for lot cost method, update gmf_lot_cost_adjustmets table
4071: -- For Actual/Standard methods, update gmf_period_balances table.
4072: --
4073:
4074: IF l_cost_method_type = 6
4075: -- Lot Cost Method

Line 4127: -- Actual/Standard Cost Methods

4123: END IF;
4124:
4125: ELSE
4126: --
4127: -- Actual/Standard Cost Methods
4128: --
4129: -- Update transaction valuation table
4130: --
4131: g_log_msg := 'Updating gmf_period_balances table';

Line 4277: END IF; -- Actual/Standard Cost Methods

4273:
4274:
4275: END IF;
4276: /* Bug 6646395 - GL Cost Allocations enhancement phiriyan end*/
4277: END IF; -- Actual/Standard Cost Methods
4278:
4279: ELSE
4280:
4281: g_log_msg := 'Invalid event passed';