DBA Data[Home] [Help]

APPS.FEM_SOURCE_DATA_LOADER_PKG dependencies on FEM_DIMENSIONS_B

Line 3784: FROM fem_dimensions_b

3780: -- If this returns no data, this is an unexpected error
3781: -- and hence is not caught until the end of the procedure.
3782: SELECT dimension_id
3783: INTO l_ledger_dim_id
3784: FROM fem_dimensions_b
3785: WHERE dimension_varchar_label = 'LEDGER';
3786:
3787: IF G_LOG_LEVEL_STATEMENT >= g_log_current_level THEN
3788: FEM_ENGINES_PKG.TECH_MESSAGE(

Line 4078: FROM fem_dimensions_b

4074: --
4075:
4076: SELECT dimension_id
4077: INTO l_cal_per_dim_id
4078: FROM fem_dimensions_b
4079: WHERE dimension_varchar_label = 'CAL_PERIOD';
4080:
4081: IF G_LOG_LEVEL_STATEMENT >= g_log_current_level THEN
4082: FEM_ENGINES_PKG.TECH_MESSAGE(

Line 4358: FROM fem_dimensions_b

4354: -- If this returns no data, this is an unexpected error
4355: -- and hence is not caught until the end of the procedure.
4356: SELECT dimension_id
4357: INTO l_dataset_dim_id
4358: FROM fem_dimensions_b
4359: WHERE dimension_varchar_label = 'DATASET';
4360:
4361: IF G_LOG_LEVEL_STATEMENT >= g_log_current_level THEN
4362: FEM_ENGINES_PKG.TECH_MESSAGE(