DBA Data[Home] [Help]

APPS.AHL_MC_ITEM_COMP_PUB dependencies on AHL_MC_ITEM_COMP_PVT

Line 23: * @param p_x_ic_header_rec Master Configuration record of type AHL_MC_ITEM_COMP_PVT.Header_Rec_Type

19: * @param p_module_type whether 'API'or 'JSP', default value NULL
20: * @param x_return_status Return status,Standard API parameter
21: * @param x_msg_count Return message count,Standard API parameter
22: * @param x_msg_data Return message data, Standard API parameter
23: * @param p_x_ic_header_rec Master Configuration record of type AHL_MC_ITEM_COMP_PVT.Header_Rec_Type
24: * @param p_x_ic_det_tbl Master Configuration table of type AHL_MC_ITEM_COMP_PVT.Det_Tbl_Type
25: * @rep:scope public
26: * @rep:lifecycle active
27: * @rep:displayname Process Item Composition

Line 24: * @param p_x_ic_det_tbl Master Configuration table of type AHL_MC_ITEM_COMP_PVT.Det_Tbl_Type

20: * @param x_return_status Return status,Standard API parameter
21: * @param x_msg_count Return message count,Standard API parameter
22: * @param x_msg_data Return message data, Standard API parameter
23: * @param p_x_ic_header_rec Master Configuration record of type AHL_MC_ITEM_COMP_PVT.Header_Rec_Type
24: * @param p_x_ic_det_tbl Master Configuration table of type AHL_MC_ITEM_COMP_PVT.Det_Tbl_Type
25: * @rep:scope public
26: * @rep:lifecycle active
27: * @rep:displayname Process Item Composition
28: */

Line 38: p_x_ic_header_rec IN OUT NOCOPY AHL_MC_ITEM_COMP_PVT.Header_Rec_Type,

34: p_module_type IN VARCHAR2 := NULL,
35: x_return_status OUT NOCOPY VARCHAR2,
36: x_msg_count OUT NOCOPY NUMBER,
37: x_msg_data OUT NOCOPY VARCHAR2,
38: p_x_ic_header_rec IN OUT NOCOPY AHL_MC_ITEM_COMP_PVT.Header_Rec_Type,
39: p_x_ic_det_tbl IN OUT NOCOPY AHL_MC_ITEM_COMP_PVT.Det_Tbl_Type
40: );
41:
42:

Line 39: p_x_ic_det_tbl IN OUT NOCOPY AHL_MC_ITEM_COMP_PVT.Det_Tbl_Type

35: x_return_status OUT NOCOPY VARCHAR2,
36: x_msg_count OUT NOCOPY NUMBER,
37: x_msg_data OUT NOCOPY VARCHAR2,
38: p_x_ic_header_rec IN OUT NOCOPY AHL_MC_ITEM_COMP_PVT.Header_Rec_Type,
39: p_x_ic_det_tbl IN OUT NOCOPY AHL_MC_ITEM_COMP_PVT.Det_Tbl_Type
40: );
41:
42:
43: End AHL_MC_ITEM_COMP_PUB;