DBA Data[Home] [Help]

APPS.OE_CONFIG_UTIL dependencies on CZ_CONFIG_MESSAGES

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

3701: l_exit is NULL OR
3702: l_exit = 'ERROR' THEN
3703:
3704: IF l_debug_level > 0 THEN
3705: oe_debug_pub.add('GETTING MESSAGES FROM CZ_CONFIG_MESSAGES' , 2 );
3706: END IF;
3707:
3708: Message_From_Cz
3709: ( p_line_id => p_line_id,

Line 8337: FROM cz_config_messages

8333: l_constraint VARCHAR2(16);
8334:
8335: CURSOR messages(p_config_hdr_id NUMBER, p_config_rev_nbr NUMBER) is
8336: SELECT constraint_type , message
8337: FROM cz_config_messages
8338: WHERE config_hdr_id = p_config_hdr_id
8339: AND config_rev_nbr = p_config_rev_nbr;
8340:
8341: