DBA Data[Home] [Help]

APPS.RG_XBRL_PKG dependencies on GL_MESSAGE

Line 65: GL_MESSAGE.Write_Log(msg_name =>'SHRD0180',

61: IF p_taxonomy_id = 0
62: THEN
63: -- wrong taxonomy name
64: -- deliver a message to a log file
65: GL_MESSAGE.Write_Log(msg_name =>'SHRD0180',
66: token_num => 2,
67: t1 =>'ROUTINE',
68: v1 =>
69: 'RG_XBRL_PKG.delete_taxonomy',

Line 98: GL_MESSAGE.Write_Log(msg_name =>'SHRD0180',

94: IF l_axis_set_id > 0
95: THEN
96: -- taxonomy is used in at least one row set
97: -- deliver a message to a log file
98: GL_MESSAGE.Write_Log(msg_name =>'SHRD0180',
99: token_num => 2,
100: t1 =>'ROUTINE',
101: v1 =>
102: 'RG_XBRL_PKG.delete_taxonomy',

Line 141: GL_MESSAGE.Write_Log(msg_name =>'SHRD0180',

137: IF l_parent_flag = 0
138: THEN
139: -- taxonomy is not a top level parent
140: -- deliver a message to a log file
141: GL_MESSAGE.Write_Log(msg_name =>'SHRD0180',
142: token_num => 2,
143: t1 =>'ROUTINE',
144: v1 =>
145: 'RG_XBRL_PKG.delete_taxonomy',

Line 249: GL_MESSAGE.Write_Log(msg_name =>'SHRD0180',

245: IF l_taxonomy_id > 0
246: THEN
247: -- taxonomy has been loaded already
248: -- deliver a message to a log file
249: GL_MESSAGE.Write_Log(msg_name =>'SHRD0180',
250: token_num => 2,
251: t1 =>'ROUTINE',
252: v1 =>
253: 'RG_XBRL_PKG.load_taxonomy',

Line 449: GL_MESSAGE.Write_Log(msg_name =>'SHRD0180',

445: IF l_tax_id = 0
446: THEN
447: -- taxonomy was not loaded, but is referenced
448: -- deliver a message to a log file
449: GL_MESSAGE.Write_Log(msg_name =>'SHRD0180',
450: token_num => 2,
451: t1 =>'ROUTINE',
452: v1 =>
453: 'RG_XBRL_PKG.verify_import',

Line 857: GL_MESSAGE.Write_Log(msg_name =>'SHRD0180',

853: --
854: IF l_source_tax_id = 0
855: THEN
856: -- imported taxonomy was not loaded
857: GL_MESSAGE.Write_Log(msg_name =>'SHRD0180',
858: token_num => 2,
859: t1 =>'ROUTINE',
860: v1 =>
861: 'RG_XBRL_PKG.insert_tax_clob',