DBA Data[Home] [Help]

APPS.BSC_BIS_DIM_REL_PUB dependencies on BSC_SYNC_MVLOGS

Line 43: REM | BSC_SYNC_MVLOGS.Sync_dim_table_mv_log |

39: REM | 23-APR-2004 ASHANKAR Bug #3518610,Added the fucntion Validate |
40: REM | listbutton |
41: REM | 15-OCT-2004 ASHANKAR Bug#3459282 Filter button Validation. |
42: REM | 16-FEB-2005 ashankar Bug#4184438 Added the Synch Up API |
43: REM | BSC_SYNC_MVLOGS.Sync_dim_table_mv_log |
44: REM | 02-May-2005 visuri Modified for Bug#4323383 |
45: REM | 18-Jul-2005 ppandey Enh #4417483, Restrict Internal/Calendar Dims |
46: REM | 12-SEP-2005 adrao Modified API Assign_Dim_Obj_Rels for Bug4601099 |
47: REM | 29-SEP-2005 adrao Modified API Assign_Dim_Obj_Rels for Bug4619393 |

Line 3225: IF NOT (BSC_SYNC_MVLOGS.Sync_dim_table_mv_log(l_master_table,l_error_msg)) THEN

3221: dimension object and will be added or removed.So after the creation of the new
3222: child dimension object table we need to cascade these changes to
3223: MLOG table also.
3224: /************************************************************************/
3225: IF NOT (BSC_SYNC_MVLOGS.Sync_dim_table_mv_log(l_master_table,l_error_msg)) THEN
3226: RAISE e_mlog_exception;
3227: END IF;
3228:
3229: COMMIT;