DBA Data[Home] [Help]

APPS.PQP_RIW_OFFERING_WRAPPER dependencies on OTA_OFFERING_API

Line 457: ota_offering_api.create_offering

453: --
454: -- Call API
455: --
456: if l_create_flag = 1 then
457: ota_offering_api.create_offering
458: (p_validate => l_validate
459: ,p_effective_date => p_effective_date
460: ,p_business_group_id => p_business_group_id
461: ,p_name => p_name

Line 651: ota_offering_api.update_offering

647: from ota_offerings where
648: offering_id = l_offering_id;
649:
650: l_offering_rec := Get_Record_Values(g_interface_code);
651: ota_offering_api.update_offering
652: (p_validate => l_validate
653: ,p_effective_date => p_effective_date
654: ,p_business_group_id => l_offering_rec.business_group_id
655: ,p_name => l_offering_rec.name