DBA Data[Home] [Help]

APPS.IGW_PARTY_MERGE_PUB dependencies on IGW_BUDGET_PERSONS

Line 370: update igw_budget_persons

366: RAISE fnd_api.g_exc_error;
367: end;
368:
369: begin
370: update igw_budget_persons
371: set party_id = p_to_fk_id
372: where proposal_id = from_party_rec.proposal_id
373: and party_id = from_party_rec.person_party_id;
374: exception