DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_VLD_PVT dependencies on CZ_CONFIG_MESSAGES

Line 5862: FROM cz_config_messages

5858: IS
5859:
5860: CURSOR messages(p_config_hdr_id NUMBER, p_config_rev_nbr NUMBER) is
5861: SELECT constraint_type , message
5862: FROM cz_config_messages
5863: WHERE config_hdr_id = p_config_hdr_id
5864: AND config_rev_nbr = p_config_rev_nbr;
5865:
5866:

Line 6038: csi_gen_utility_pvt.put_line('Getting messages from cz_config_messages');

6034: IF (l_flag = 'Y' ) OR
6035: l_exit is NULL OR
6036: l_exit = 'error' THEN
6037:
6038: csi_gen_utility_pvt.put_line('Getting messages from cz_config_messages');
6039:
6040: OPEN messages(l_config_header_id, l_config_rev_nbr);
6041:
6042: LOOP