DBA Data[Home] [Help]

APPS.JTF_RS_PARTY_MERGE_PUB dependencies on JTF_RS_RESOURCE_EXTNS_TL

Line 1134: update jtf_rs_resource_extns_tl res

1130: end if; -- end of address_id check
1131:
1132: end if; -- end of category check
1133:
1134: update jtf_rs_resource_extns_tl res
1135: set resource_name
1136: = (select party_name
1137: from hz_parties
1138: where party_id = p_source_id)