DBA Data[Home] [Help]

APPS.GMF_XLA_PKG dependencies on STANDARD

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

3664: ;
3665:
3666: --
3667: -- Now for lot cost method, update gmf_lot_cost_adjustmets table
3668: -- For Actual/Standard methods, update gmf_period_balances table.
3669: --
3670:
3671: IF l_cost_method_type = 6
3672: -- Lot Cost Method

Line 3724: -- Actual/Standard Cost Methods

3720: END IF;
3721:
3722: ELSE
3723: --
3724: -- Actual/Standard Cost Methods
3725: --
3726: -- Update transaction valuation table
3727: --
3728: g_log_msg := 'Updating gmf_period_balances table';

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

3870:
3871:
3872: END IF;
3873: /* Bug 6646395 - GL Cost Allocations enhancement phiriyan end*/
3874: END IF; -- Actual/Standard Cost Methods
3875:
3876: ELSE
3877:
3878: g_log_msg := 'Invalid event passed';