DBA Data[Home] [Help]

APPS.XLA_CMP_TAB_PKG dependencies on STANDARD

Line 79: G_STANDARD_MESSAGE CONSTANT VARCHAR2(1) := xla_exceptions_pkg.C_STANDARD_MESSAGE;

75: --
76:
77: g_chr_newline CONSTANT VARCHAR2(1) := xla_environment_pkg.g_chr_newline;
78:
79: G_STANDARD_MESSAGE CONSTANT VARCHAR2(1) := xla_exceptions_pkg.C_STANDARD_MESSAGE;
80: G_OA_MESSAGE CONSTANT VARCHAR2(1) := xla_exceptions_pkg.C_OA_MESSAGE;
81:
82: --Set the message mode to use the message stack instead of raising an exception
83: g_msg_mode CONSTANT VARCHAR2(1) := G_OA_MESSAGE;

Line 492: --Add the standard unexpected error message

488: END IF;
489: WHEN OTHERS THEN
490: --Remove all the elements from the PLSQL table
491: reset_online_interface;
492: --Add the standard unexpected error message
493: fnd_msg_pub.Add_Exc_Msg
494: ( p_pkg_name => C_PACKAGE_NAME
495: ,p_procedure_name => ''run''
496: );

Line 610: --Add the standard unexpected error message

606: ELSE
607: x_return_status := C_RET_STS_UNEXP_ERROR;
608: END IF;
609: WHEN OTHERS THEN
610: --Add the standard unexpected error message
611: fnd_msg_pub.Add_Exc_Msg
612: ( p_pkg_name => C_PACKAGE_NAME
613: ,p_procedure_name => ''reset_online_interface''
614: );

Line 947: --Add the standard unexpected error message

943: END IF;
944: WHEN OTHERS THEN
945: --Remove all the elements from the PLSQL table
946: g_array_xla_tab$OBJECT_NAME_AFFIX$.DELETE;
947: --Add the standard unexpected error message
948: fnd_msg_pub.Add_Exc_Msg
949: ( p_pkg_name => C_PACKAGE_NAME
950: ,p_procedure_name => ''write_online_tab$OBJECT_NAME_AFFIX$''
951: );

Line 1278: --Add the standard unexpected error message

1274: END IF;
1275: WHEN OTHERS THEN
1276: --Remove all the elements from the PLSQL table
1277: g_array_xla_tab$OBJECT_NAME_AFFIX$.DELETE;
1278: --Add the standard unexpected error message
1279: fnd_msg_pub.Add_Exc_Msg
1280: ( p_pkg_name => C_PACKAGE_NAME
1281: ,p_procedure_name => ''read_online_tab$OBJECT_NAME_AFFIX$''
1282: );