DBA Data[Home] [Help]

APPS.BSC_DIM_TPLATE dependencies on BSC_MESSAGE

Line 801: BSC_MESSAGE.Add(

797: Return(TRUE);
798:
799: EXCEPTION
800: WHEN BSC_DIM_ERROR THEN
801: BSC_MESSAGE.Add(
802: X_Message => l_debug_stmt,
803: X_Source => 'bsc_dim_tplate.create_dimensions',
804: X_Mode => 'I');
805:

Line 809: BSC_MESSAGE.Add(

805:
806: Return(FALSE);
807:
808: WHEN OTHERS THEN
809: BSC_MESSAGE.Add(
810: X_Message => SQLERRM,
811: X_Source => 'bsc_dim_tplate.create_dimensions',
812: X_Mode => 'I');
813:

Line 814: BSC_MESSAGE.Add(

810: X_Message => SQLERRM,
811: X_Source => 'bsc_dim_tplate.create_dimensions',
812: X_Mode => 'I');
813:
814: BSC_MESSAGE.Add(
815: X_Message => l_debug_stmt,
816: X_Source => 'bsc_dim_tplate.create_dimensions',
817: x_type => 3,
818: X_Mode => 'I');

Line 1059: BSC_MESSAGE.Add(

1055:
1056: EXCEPTION
1057:
1058: WHEN OTHERS THEN
1059: BSC_MESSAGE.Add(
1060: X_Message => SQLERRM,
1061: X_Source => 'bsc_dim_tplate.define_dim_relations',
1062: X_Mode => 'I');
1063:

Line 1064: BSC_MESSAGE.Add(

1060: X_Message => SQLERRM,
1061: X_Source => 'bsc_dim_tplate.define_dim_relations',
1062: X_Mode => 'I');
1063:
1064: BSC_MESSAGE.Add(
1065: X_Message => l_debug_stmt,
1066: X_Source => 'bsc_template.create_crx_template',
1067: x_type => 3,
1068: X_Mode => 'I');