DBA Data[Home] [Help]

APPS.OZF_FUND_ADJUSTMENT_PVT dependencies on AMS_EVENT_OFFERS_ALL_B

Line 3270: -- It update source_from_parent column for ams_campaign_schedules_b and AMS_EVENT_OFFERS_ALL_B.

3266: -- NAME
3267: -- update_budget_source
3268: -- PURPOSE
3269: -- This API is called from the java layer from the update button on budget_sourcing screen
3270: -- It update source_from_parent column for ams_campaign_schedules_b and AMS_EVENT_OFFERS_ALL_B.
3271: -- HISTORY
3272: -- 12/08/2002 feliu CREATED
3273: ---------------------------------------------------------------------
3274:

Line 3330: UPDATE ams_event_offers_all_b

3326: END IF;
3327: RAISE fnd_api.g_exc_unexpected_error;
3328: END IF;
3329: ELSE
3330: UPDATE ams_event_offers_all_b
3331: SET source_from_parent = p_from_parent
3332: WHERE event_offer_id = p_budget_used_by_id;
3333:
3334: IF (SQL%NOTFOUND) THEN