DBA Data[Home] [Help]

APPS.EDR_EVENT_RELATIONSHIP_PVT dependencies on PARENT_CHILD_TBL

Line 50: -- IN : PARENT_CHILD_RECORD IN PARENT_CHILD_TBL: The table of parent-child erecord data

46: -- Type : Private.
47: -- Function : Create a relationship between the specified set of parent and child erecords
48: -- Pre-reqs : None.
49: -- Parameters :
50: -- IN : PARENT_CHILD_RECORD IN PARENT_CHILD_TBL: The table of parent-child erecord data
51: -- OUT : None
52: --
53: -- Version :Current version 1.0
54: -- Initial version 1.0

Line 60: PARENT_CHILD_RECORD IN PARENT_CHILD_TBL

56: -- End of comments
57:
58: PROCEDURE ESTABLISH_RELATIONSHIP
59: (
60: PARENT_CHILD_RECORD IN PARENT_CHILD_TBL
61: );
62:
63: -- Start of comments
64: -- API name : VALIDATE_PARENT