DBA Data[Home] [Help]

APPS.CS_INST_DETAIL_PUB dependencies on CS_INSTALLEDBASE_PUB

Line 17: p_line_inst_dtl_desc_flex IN CS_InstalledBase_PUB.DFF_Rec_Type,

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
21:

Line 19: x_line_inst_dtl_desc_flex OUT NOCOPY CS_InstalledBase_PUB.DFF_Rec_Type

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:
23: BEGIN

Line 30: p_line_inst_dtl_desc_flex IN CS_InstalledBase_PUB.DFF_Rec_Type,

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,
34: x_line_inst_dtl_desc_flex OUT NOCOPY CS_InstalledBase_PUB.DFF_Rec_Type

Line 32: p_old_line_inst_dtl_desc_flex IN CS_InstalledBase_PUB.DFF_Rec_Type,

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
36:

Line 34: x_line_inst_dtl_desc_flex OUT NOCOPY CS_InstalledBase_PUB.DFF_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
38: null;

Line 51: x_line_inst_dtl_desc_flex OUT NOCOPY CS_InstalledBase_PUB.DFF_Rec_Type

47: x_msg_count OUT NOCOPY NUMBER,
48: x_msg_data OUT NOCOPY VARCHAR2,
49: p_line_inst_detail_id IN NUMBER,
50: x_line_inst_dtl_rec OUT NOCOPY Line_Inst_Dtl_Rec_Type,
51: x_line_inst_dtl_desc_flex OUT NOCOPY CS_InstalledBase_PUB.DFF_Rec_Type
52: ) IS
53:
54:
55: BEGIN

Line 107: p_line_inst_dtl_desc_flex IN CS_InstalledBase_PUB.DFF_Rec_Type,

103: x_return_status OUT NOCOPY VARCHAR2,
104: x_msg_count OUT NOCOPY NUMBER,
105: x_msg_data OUT NOCOPY VARCHAR2,
106: p_line_inst_dtl_rec IN Line_Inst_Dtl_Rec_Type,
107: p_line_inst_dtl_desc_flex IN CS_InstalledBase_PUB.DFF_Rec_Type,
108: p_upgrade IN VARCHAR2 DEFAULT FND_API.G_FALSE
109: ) IS
110: BEGIN
111: null;

Line 123: p_line_inst_dtl_desc_flex IN CS_InstalledBase_PUB.DFF_Rec_Type,

119: x_return_status OUT NOCOPY VARCHAR2,
120: x_msg_count OUT NOCOPY NUMBER,
121: x_msg_data OUT NOCOPY VARCHAR2,
122: p_line_inst_dtl_rec IN Line_Inst_Dtl_Rec_Type,
123: p_line_inst_dtl_desc_flex IN CS_InstalledBase_PUB.DFF_Rec_Type,
124: p_upgrade IN VARCHAR2 DEFAULT FND_API.G_FALSE,
125: x_line_inst_detail_id OUT NOCOPY NUMBER,
126: x_object_version_number OUT NOCOPY NUMBER -- was commented
127: ) IS

Line 144: p_line_inst_dtl_desc_flex IN CS_InstalledBase_PUB.DFF_Rec_Type,

140: x_return_status OUT NOCOPY VARCHAR2,
141: x_msg_count OUT NOCOPY NUMBER,
142: x_msg_data OUT NOCOPY VARCHAR2,
143: p_line_inst_dtl_rec IN Line_Inst_Dtl_Rec_Type,
144: p_line_inst_dtl_desc_flex IN CS_InstalledBase_PUB.DFF_Rec_Type,
145: p_object_version_number IN NUMBER,
146: x_object_version_number OUT NOCOPY NUMBER -- was commented
147: ) IS
148: