DBA Data[Home] [Help]

APPS.OE_UPG_INSTALL_DETAILS dependencies on OE_UPGRADE_DISTRIBUTION

Line 93: FROM oe_upgrade_distribution

89: BEGIN
90:
91: SELECT start_header_id, end_header_id
92: INTO l_start_id, l_end_id
93: FROM oe_upgrade_distribution
94: WHERE slab = p_slab
95: AND line_type = 'I';
96:
97: EXCEPTION

Line 109: -- Return if no data found in oe_upgrade_distribution

105: || To_char(p_slab)
106: );
107: COMMIT;
108:
109: -- Return if no data found in oe_upgrade_distribution
110:
111: RETURN;
112: END;
113: END IF;