DBA Data[Home] [Help]

APPS.GMF_SESSION_VARS dependencies on SY_EXCP_TBL

Line 11: GL_EXCP_CO_CODE sy_excp_tbl.co_code%TYPE default '';

7: GLSYNCH_ERROR_FILE varchar2(16) default ' ';
8: LAST_UPDATED_BY number default -1;
9: GL$VEND_DELIMITER fnd_profile_options_vl.profile_option_name%TYPE default nvl(FND_PROFILE.VALUE('GL$VEND_DELIMITER'),'-');
10: GL$CUST_DELIMITER fnd_profile_options_vl.profile_option_name%TYPE default '-';
11: GL_EXCP_CO_CODE sy_excp_tbl.co_code%TYPE default '';
12: ex_error_found exception;
13:
14: /* Variables to be initialized before every */
15: /* event (start of trigger). */