DBA Data[Home] [Help]

APPS.OE_UPG_INSTALL_DETAILS dependencies on OE_UPG_INSTALL_DETAILS

Line 1: PACKAGE BODY oe_upg_install_details as

1: PACKAGE BODY oe_upg_install_details as
2: /* $Header: OEXIUIDB.pls 120.0 2005/06/01 01:55:23 appldev noship $ */
3:
4: Procedure Upgrade_Insert_Errors
5: (

Line 100: oe_upg_install_details.upgrade_insert_errors

96:
97: EXCEPTION
98: WHEN no_data_found THEN
99:
100: oe_upg_install_details.upgrade_insert_errors
101: (
102: l_header_id => 0,
103: l_comments => 'FYI Only: Parallel process of '
104: || 'Installation Details. Marking not used for slab: '

Line 213: oe_upg_install_details.upgrade_insert_errors

209:
210: WHEN NO_DATA_FOUND THEN
211:
212: l_header_id := NULL;
213: oe_upg_install_details.upgrade_insert_errors
214: (
215: L_header_id => l_header_id,
216: L_comments =>
217: 'Upgrade of Installation details failed for detail:'

Line 226: oe_upg_install_details.upgrade_insert_errors

222:
223: l_msg_index := 1;
224: while l_msg_count > 0 loop
225: l_msg_data := fnd_msg_pub.get(l_msg_index, FND_API.G_FALSE);
226: oe_upg_install_details.upgrade_insert_errors
227: (
228: L_header_id => l_header_id,
229: L_comments =>
230: 'Upgrade of Installation details failed for detail :'

Line 361: END oe_upg_install_details;

357: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
358:
359: End Get_Line_Inst_Details;
360:
361: END oe_upg_install_details;