DBA Data[Home] [Help]

APPS.JTF_FM_PARTY_MERGE_PKG dependencies on HZ_PARTIES

Line 25: from hz_parties

21: IS
22:
23: cursor c2 is
24: select party_name
25: from hz_parties
26: where party_id = p_to_fk_id;
27:
28:
29: