DBA Data[Home] [Help]

APPS.ASO_VALIDATE_PVT dependencies on ASO_I_CONTACT_POINTS_V

Line 1544: from aso_i_contact_points_v

1540: x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2)
1541: IS
1542: CURSOR C_contact_point IS
1543: select contact_point_type
1544: from aso_i_contact_points_v
1545: where contact_point_id = p_party_object_id;
1546:
1547: l_type varchar(240);
1548: BEGIN