DBA Data[Home] [Help]

APPS.EDR_EVENT_RELATIONSHIP_PUB dependencies on EDR_EVENT_RELATIONSHIP

Line 1: package body EDR_EVENT_RELATIONSHIP_PUB as

1: package body EDR_EVENT_RELATIONSHIP_PUB as
2: /* $Header: EDRPRELB.pls 120.0.12000000.1 2007/01/18 05:54:39 appldev ship $ */
3:
4: -- Private Utility Functions --
5:

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,

Line 124: insert into EDR_EVENT_RELATIONSHIP(

120: l_last_update_date,
121: l_last_updated_by,
122: l_last_update_login);
123:
124: insert into EDR_EVENT_RELATIONSHIP(
125: RELATIONSHIP_ID
126: ,PARENT_EVENT_NAME
127: ,PARENT_EVENT_KEY
128: ,PARENT_ERECORD_ID

Line 459: end EDR_EVENT_RELATIONSHIP_PUB;

455: );
456:
457: END VALIDATE_RELATIONSHIP;
458:
459: end EDR_EVENT_RELATIONSHIP_PUB;