DBA Data[Home] [Help]

APPS.OE_CONFIG_UTIL dependencies on CZ_CONFIG_MESSAGES

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

3707: l_exit is NULL OR
3708: l_exit = 'ERROR' THEN
3709:
3710: IF l_debug_level > 0 THEN
3711: oe_debug_pub.add('GETTING MESSAGES FROM CZ_CONFIG_MESSAGES' , 2 );
3712: END IF;
3713:
3714: Message_From_Cz
3715: ( p_line_id => p_line_id,

Line 8464: FROM cz_config_messages

8460: l_constraint VARCHAR2(16);
8461:
8462: CURSOR messages(p_config_hdr_id NUMBER, p_config_rev_nbr NUMBER) is
8463: SELECT constraint_type , message
8464: FROM cz_config_messages
8465: WHERE config_hdr_id = p_config_hdr_id
8466: AND config_rev_nbr = p_config_rev_nbr;
8467:
8468: