DBA Data[Home] [Help]

APPS.EDR_EVENT_RELATIONSHIP_PUB dependencies on EDR_EVENT_RELATIONSHIP_S

Line 115: select edr_event_relationship_s.nextval into x_relationship_id

111:
112: -- after all the validations are done, insert the row in the
113: -- database
114:
115: select edr_event_relationship_s.nextval into x_relationship_id
116: from dual;
117:
118: getWhoColumns( l_creation_date,
119: l_created_by,