DBA Data[Home] [Help]

APPS.CS_INCIDENTLINKS_PUB dependencies on DUAL

Line 92: From dual;

88: 'DUP', 4,
89: 'PARENT', 1,
90: 'CHILD', 2)
91: Into l_link_rec_pvt.link_type_id
92: From dual;
93:
94: -- Populate the remaining attributes of the record l_link_rec_pvt
95: l_link_rec_pvt.from_incident_id := p_from_incident_id;
96: l_link_rec_pvt.from_incident_number := p_from_incident_number;

Line 519: From dual;

515: 'DUP', 4,
516: 'PARENT', 1,
517: 'CHILD', 2)
518: Into l_link_rec_pvt.link_type_id
519: From dual;
520:
521: -- Populate the record type variable, l_link_rec_pvt with the values that have been passed
522:
523: l_link_rec_pvt.from_incident_id := p_from_incident_id;