DBA Data[Home] [Help]

APPS.BSC_TEMPLATE dependencies on BSC_TAB_TPLATE

Line 66: if (NOT BSC_Tab_Tplate.Create_Tab_Template) then

62:
63:
64: if (x_template_type = 6) then
65:
66: if (NOT BSC_Tab_Tplate.Create_Tab_Template) then
67: l_message := 'System Error: BSC_Tab_Tplate.Create_Tab_Template()';
68: Raise BSC_SYS_ERROR;
69: end if;
70: else

Line 67: l_message := 'System Error: BSC_Tab_Tplate.Create_Tab_Template()';

63:
64: if (x_template_type = 6) then
65:
66: if (NOT BSC_Tab_Tplate.Create_Tab_Template) then
67: l_message := 'System Error: BSC_Tab_Tplate.Create_Tab_Template()';
68: Raise BSC_SYS_ERROR;
69: end if;
70: else
71: l_message := bsc_apps.get_message('BSC_INVALID_TEMPLATE');