DBA Data[Home] [Help]

APPS.CSFW_TASKS_PUB dependencies on HZ_PARTY_CONTACT_POINTS_V

Line 1060: HZ_PARTY_CONTACT_POINTS_V

1056: -- bug # 5182686
1057: cursor c_hz_contact_points (v_party_id number, v_contact_type varchar2) is
1058: select contact_point_id
1059: from
1060: HZ_PARTY_CONTACT_POINTS_V
1061: where
1062: party_id = v_party_id
1063: and contact_point_type = v_contact_type
1064: and primary_flag = 'Y';