DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_VLD_PVT dependencies on CZ_CONFIG_MESSAGES

Line 5609: FROM cz_config_messages

5605: IS
5606:
5607: CURSOR messages(p_config_hdr_id NUMBER, p_config_rev_nbr NUMBER) is
5608: SELECT constraint_type , message
5609: FROM cz_config_messages
5610: WHERE config_hdr_id = p_config_hdr_id
5611: AND config_rev_nbr = p_config_rev_nbr;
5612:
5613:

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

5781: IF (l_flag = 'Y' ) OR
5782: l_exit is NULL OR
5783: l_exit = 'error' THEN
5784:
5785: csi_gen_utility_pvt.put_line('Getting messages from cz_config_messages');
5786:
5787: OPEN messages(l_config_header_id, l_config_rev_nbr);
5788:
5789: LOOP