DBA Data[Home] [Help]

APPS.OZF_FUND_ADJUSTMENT_PVT dependencies on AMS_EVENT_OFFERS_ALL_B

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

3944: -- NAME
3945: -- update_budget_source
3946: -- PURPOSE
3947: -- This API is called from the java layer from the update button on budget_sourcing screen
3948: -- It update source_from_parent column for ams_campaign_schedules_b and AMS_EVENT_OFFERS_ALL_B.
3949: -- HISTORY
3950: -- 12/08/2002 feliu CREATED
3951: ---------------------------------------------------------------------
3952:

Line 4008: UPDATE ams_event_offers_all_b

4004: END IF;
4005: RAISE fnd_api.g_exc_unexpected_error;
4006: END IF;
4007: ELSE
4008: UPDATE ams_event_offers_all_b
4009: SET source_from_parent = p_from_parent
4010: WHERE event_offer_id = p_budget_used_by_id;
4011:
4012: IF (SQL%NOTFOUND) THEN