DBA Data[Home] [Help]

APPS.CSFW_TASKS_PUB dependencies on HZ_PARTY_CONTACT_POINTS_V

Line 1077: HZ_PARTY_CONTACT_POINTS_V

1073: -- bug # 5182686
1074: cursor c_hz_contact_points (v_party_id number, v_contact_type varchar2) is
1075: select contact_point_id
1076: from
1077: HZ_PARTY_CONTACT_POINTS_V
1078: where
1079: party_id = v_party_id
1080: and contact_point_type = v_contact_type
1081: and primary_flag = 'Y';