DBA Data[Home] [Help]

APPS.IGW_PARTY_MERGE_PUB dependencies on IGW_BUDGET_PERSONNEL_DETAILS

Line 384: update igw_budget_personnel_details

380: RAISE fnd_api.g_exc_error;
381: end;
382:
383: begin
384: update igw_budget_personnel_details
385: set party_id = p_to_fk_id
386: where proposal_id = from_party_rec.proposal_id
387: and party_id = from_party_rec.person_party_id;
388: exception