DBA Data[Home] [Help]

APPS.BSC_DIM_TPLATE dependencies on BSC_DB_TABLES_RELS

Line 969: l_debug_stmt := 'Insert Into BSC_DB_TABLES_RELS, Dim_level_id=' ||

965: );
966:
967: end if;
968:
969: l_debug_stmt := 'Insert Into BSC_DB_TABLES_RELS, Dim_level_id=' ||
970: to_char(G_Pro_Tbl(i_dimension).Dim_level_id);
971: Insert Into BSC_DB_TABLES_RELS (
972: TABLE_NAME,
973: SOURCE_TABLE_NAME)

Line 971: Insert Into BSC_DB_TABLES_RELS (

967: end if;
968:
969: l_debug_stmt := 'Insert Into BSC_DB_TABLES_RELS, Dim_level_id=' ||
970: to_char(G_Pro_Tbl(i_dimension).Dim_level_id);
971: Insert Into BSC_DB_TABLES_RELS (
972: TABLE_NAME,
973: SOURCE_TABLE_NAME)
974: Values (
975: G_Pro_Tbl(i_dimension).Table_name,