DBA Data[Home] [Help]

APPS.AMS_EVENTOFFER_PVT dependencies on AMS_OBJECT_ATTRIBUTES

Line 6370: FROM ams_object_attributes

6366: WHERE parent_event_header_id = p_src_evh_id;
6367:
6368: CURSOR c_header_resp IS
6369: SELECT attribute_defined_flag
6370: FROM ams_object_attributes
6371: WHERE object_type = 'EVEH'
6372: AND object_id = p_src_evh_id
6373: AND object_attribute = 'RESP';
6374:

Line 6684: -- update object attribute if ATTRIBUTE_DEFINED_FLAG is Y for p_src_evh_id in ams_object_attributes

6680: end if;
6681: end if;
6682: if l_obj_attr(i-1).OBJECT_ATTRIBUTE = 'RESP' then
6683: -- resources would already have been copied in copy_ev_header_to_offer procedure..
6684: -- update object attribute if ATTRIBUTE_DEFINED_FLAG is Y for p_src_evh_id in ams_object_attributes
6685: open c_header_resp;
6686: fetch c_header_resp into l_header_resp;
6687: close c_header_resp;
6688: