DBA Data[Home] [Help]

APPS.CS_INST_DETAIL_PUB dependencies on CS_INST_DETAIL_PUB

Line 1: PACKAGE BODY CS_Inst_Detail_PUB AS

1: PACKAGE BODY CS_Inst_Detail_PUB AS
2: -- $Header: cspinsdb.pls 120.0 2005/08/29 15:45:43 epajaril noship $
3:
4: -- ---------------------------------------------------------
5: -- Define global variables

Line 7: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CS_Inst_Detail_PUB';

3:
4: -- ---------------------------------------------------------
5: -- Define global variables
6: -- ---------------------------------------------------------
7: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CS_Inst_Detail_PUB';
8: -- ---------------------------------------------------------
9:
10: -- ---------------------------------------------------------
11: -- Define private procedures (not in package spec)

Line 16: p_line_inst_dtl_rec IN CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type,

12: -- ---------------------------------------------------------
13:
14: PROCEDURE Initialize_Line_Inst_Rec
15: (
16: p_line_inst_dtl_rec IN CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type,
17: p_line_inst_dtl_desc_flex IN CS_InstalledBase_PUB.DFF_Rec_Type,
18: x_line_inst_dtl_rec OUT NOCOPY CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type,
19: x_line_inst_dtl_desc_flex OUT NOCOPY CS_InstalledBase_PUB.DFF_Rec_Type
20: ) IS

Line 18: x_line_inst_dtl_rec OUT NOCOPY CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type,

14: PROCEDURE Initialize_Line_Inst_Rec
15: (
16: p_line_inst_dtl_rec IN CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type,
17: p_line_inst_dtl_desc_flex IN CS_InstalledBase_PUB.DFF_Rec_Type,
18: x_line_inst_dtl_rec OUT NOCOPY CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type,
19: x_line_inst_dtl_desc_flex OUT NOCOPY CS_InstalledBase_PUB.DFF_Rec_Type
20: ) IS
21:
22:

Line 29: p_line_inst_dtl_rec IN CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type,

25: END Initialize_Line_Inst_Rec;
26:
27: PROCEDURE Init_Line_Inst_Rec_For_Upd
28: (
29: p_line_inst_dtl_rec IN CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type,
30: p_line_inst_dtl_desc_flex IN CS_InstalledBase_PUB.DFF_Rec_Type,
31: p_old_line_inst_dtl_rec IN CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type,
32: p_old_line_inst_dtl_desc_flex IN CS_InstalledBase_PUB.DFF_Rec_Type,
33: x_line_inst_dtl_rec OUT NOCOPY CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type,

Line 31: p_old_line_inst_dtl_rec IN CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type,

27: PROCEDURE Init_Line_Inst_Rec_For_Upd
28: (
29: p_line_inst_dtl_rec IN CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type,
30: p_line_inst_dtl_desc_flex IN CS_InstalledBase_PUB.DFF_Rec_Type,
31: p_old_line_inst_dtl_rec IN CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type,
32: p_old_line_inst_dtl_desc_flex IN CS_InstalledBase_PUB.DFF_Rec_Type,
33: x_line_inst_dtl_rec OUT NOCOPY CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type,
34: x_line_inst_dtl_desc_flex OUT NOCOPY CS_InstalledBase_PUB.DFF_Rec_Type
35: ) IS

Line 33: x_line_inst_dtl_rec OUT NOCOPY CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type,

29: p_line_inst_dtl_rec IN CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type,
30: p_line_inst_dtl_desc_flex IN CS_InstalledBase_PUB.DFF_Rec_Type,
31: p_old_line_inst_dtl_rec IN CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type,
32: p_old_line_inst_dtl_desc_flex IN CS_InstalledBase_PUB.DFF_Rec_Type,
33: x_line_inst_dtl_rec OUT NOCOPY CS_Inst_Detail_PUB.Line_Inst_Dtl_Rec_Type,
34: x_line_inst_dtl_desc_flex OUT NOCOPY CS_InstalledBase_PUB.DFF_Rec_Type
35: ) IS
36:
37: BEGIN

Line 89: x_line_inst_dtl_tbl OUT NOCOPY CS_INST_DETAIL_PUB.Line_Inst_Dtl_Tbl_Type,

85: x_msg_count OUT NOCOPY NUMBER,
86: x_msg_data OUT NOCOPY VARCHAR2,
87: p_rma_only IN VARCHAR2 DEFAULT FND_API.G_TRUE,
88: p_order_line_id IN NUMBER,
89: x_line_inst_dtl_tbl OUT NOCOPY CS_INST_DETAIL_PUB.Line_Inst_Dtl_Tbl_Type,
90: x_line_inst_dtl_tbl_count OUT NOCOPY NUMBER
91: ) IS
92:
93: BEGIN

Line 194: END CS_Inst_Detail_PUB;

190: null;
191: END Update_Inst_Details_RMA_Rcpt;
192:
193:
194: END CS_Inst_Detail_PUB;