DBA Data[Home] [Help]

APPS.JTF_IH_PARTY_MERGE_PKG dependencies on JTF_OBJECTS_B

Line 147: from jtf_objects_b

143: set doc_id = p_to_fk_id
144: where doc_id = p_from_fk_id
145: and doc_ref IN (
146: select object_code
147: from jtf_objects_b
148: where from_table = 'HZ_PARTIES'
149: );
150: end if;
151: END JTF_IH_MERGE_PARTY;