DBA Data[Home] [Help]

APPS.OE_BULK_CONFIG_UTIL dependencies on CZ_CONFIG_MESSAGES

Line 218: FROM cz_config_messages

214: l_constraint VARCHAR2(16);
215:
216: CURSOR messages(p_config_hdr_id NUMBER, p_config_rev_nbr NUMBER) is
217: SELECT constraint_type , message
218: FROM cz_config_messages
219: WHERE config_hdr_id = p_config_hdr_id
220: AND config_rev_nbr = p_config_rev_nbr;
221:
222: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;

Line 1004: oe_debug_pub.add('GETTING MESSAGES FROM CZ_CONFIG_MESSAGES' , 2 );

1000: l_exit is NULL OR
1001: l_exit = 'ERROR' THEN
1002:
1003: IF l_debug_level > 0 THEN
1004: oe_debug_pub.add('GETTING MESSAGES FROM CZ_CONFIG_MESSAGES' , 2 );
1005: END IF;
1006:
1007: Message_From_Cz
1008: ( p_line_index => p_line_index,