DBA Data[Home] [Help]

APPS.OE_UPG_INSTALL_DETAILS dependencies on CS_INSTALLEDBASE_PUB

Line 75: l_line_inst_dtl_rec CS_InstalledBase_PUB.Line_Inst_Dtl_Rec_Type;

71: l_msg_index NUMBER;
72: l_object_version_number NUMBER;
73: l_count NUMBER := 0;
74:
75: l_line_inst_dtl_rec CS_InstalledBase_PUB.Line_Inst_Dtl_Rec_Type;
76: l_old_line_inst_dtl_rec CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type;
77: l_install_details_rec CS_InstalledBase_PUB.Line_Inst_Dtl_Rec_Type;
78: l_old_line_inst_dtl_desc_flex CS_InstalledBase_PUB.DFF_Rec_Type;
79:

Line 77: l_install_details_rec CS_InstalledBase_PUB.Line_Inst_Dtl_Rec_Type;

73: l_count NUMBER := 0;
74:
75: l_line_inst_dtl_rec CS_InstalledBase_PUB.Line_Inst_Dtl_Rec_Type;
76: l_old_line_inst_dtl_rec CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type;
77: l_install_details_rec CS_InstalledBase_PUB.Line_Inst_Dtl_Rec_Type;
78: l_old_line_inst_dtl_desc_flex CS_InstalledBase_PUB.DFF_Rec_Type;
79:
80: --
81: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;

Line 78: l_old_line_inst_dtl_desc_flex CS_InstalledBase_PUB.DFF_Rec_Type;

74:
75: l_line_inst_dtl_rec CS_InstalledBase_PUB.Line_Inst_Dtl_Rec_Type;
76: l_old_line_inst_dtl_rec CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type;
77: l_install_details_rec CS_InstalledBase_PUB.Line_Inst_Dtl_Rec_Type;
78: l_old_line_inst_dtl_desc_flex CS_InstalledBase_PUB.DFF_Rec_Type;
79:
80: --
81: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
82: --

Line 258: x_line_inst_dtl_desc_flex OUT NOCOPY CS_InstalledBase_PUB.DFF_Rec_Type

254: PROCEDURE Get_Line_Inst_Details
255: ( p_line_inst_details_id IN NUMBER,
256: x_line_inst_dtl_rec OUT NOCOPY CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type,
257:
258: x_line_inst_dtl_desc_flex OUT NOCOPY CS_InstalledBase_PUB.DFF_Rec_Type
259:
260: )
261: IS
262:

Line 264: l_line_inst_dtl_desc_flex CS_InstalledBase_PUB.DFF_Rec_Type;

260: )
261: IS
262:
263: l_line_inst_dtl_rec CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type;
264: l_line_inst_dtl_desc_flex CS_InstalledBase_PUB.DFF_Rec_Type;
265: l_party_site_id NUMBER := NULL;
266:
267: --
268: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;