[Home] [Help]
APPS.IBY_BUILD_UTILS_PKG dependencies on IBY_TRXN_ERROR_TOKENS
Line 702: l_token_rec IBY_TRXN_ERROR_TOKENS%ROWTYPE;
698: l_module_name CONSTANT VARCHAR2(200) := G_PKG_NAME || '.createErrorRecord';
699: l_error_code VARCHAR2(100);
700: l_error_msg VARCHAR2(500);
701:
702: l_token_rec IBY_TRXN_ERROR_TOKENS%ROWTYPE;
703:
704: BEGIN
705:
706: print_debuginfo(l_module_name, 'ENTER');