DBA Data[Home] [Help]

APPS.WSH_PO_CMG_PVT dependencies on OE_WSH_BULK_GRP

Line 16: -- IN : p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type

12: -- Type : Private
13: -- Function :
14: -- Pre-reqs : None.
15: -- Parameters :
16: -- IN : p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type
17: -- p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype
18: -- p_dd_list IN dd_list_type
19: --
20: -- OUT : x_return_status OUT VARCHAR2(1)

Line 25: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

21: --
22: ==============================================================================*/
23:
24: PROCEDURE Reapprove_PO(
25: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
26: p_action_prms IN OUT NOCOPY WSH_BULK_TYPES_GRP.action_parameters_rectype,
27: p_dd_list IN dd_list_type,
28: x_return_status OUT NOCOPY VARCHAR2);
29:

Line 36: -- IN : p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type

32: -- Type : Private
33: -- Function :
34: -- Pre-reqs : None.
35: -- Parameters :
36: -- IN : p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type
37: --
38: -- OUT : x_return_status OUT VARCHAR2(1)
39: --
40: ==============================================================================*/

Line 43: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

39: --
40: ==============================================================================*/
41:
42: Procedure Update_Attributes(
43: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
44: p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype,
45: p_dd_list IN dd_list_type,
46: p_dd_id_unassigned IN OUT NOCOPY wsh_util_core.id_tab_type,
47: p_wt_vol_dd_id IN OUT NOCOPY wsh_util_core.id_tab_type,

Line 57: -- IN : p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type

53: -- Type : Private.
54: -- Function :
55: -- Pre-reqs : None.
56: -- Parameters :
57: -- IN : p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type
58: -- p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype
59: -- p_dd_id IN NUMBER
60: -- p_line_rec_index IN NUMBER
61: -- x_return_status OUT NOCOPY VARCHAR2)

Line 68: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

64: --
65: ==============================================================================*/
66:
67: Procedure Update_dd_Attributes(
68: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
69: p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype,
70: p_dd_id IN NUMBER,
71: p_line_rec_index IN NUMBER,
72: p_dd_id_unassigned IN OUT NOCOPY wsh_util_core.id_tab_type,

Line 82: -- IN : p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type

78: -- Type : Private.
79: -- Function :
80: -- Pre-reqs : None.
81: -- Parameters :
82: -- IN : p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type
83: -- p_action_prms IN WSH_BULK_TYPES_GRP.action_parameters_rectype
84: --
85: -- OUT : x_return_status OUT VARCHAR2(1)
86: --

Line 90: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

86: --
87: ==============================================================================*/
88:
89: Procedure Update_Quantity(
90: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
91: p_action_prms IN OUT NOCOPY WSH_BULK_TYPES_GRP.action_parameters_rectype,
92: p_dd_id_unassigned IN OUT NOCOPY wsh_util_core.id_tab_type,
93: p_wt_vol_dd_id IN OUT NOCOPY wsh_util_core.id_tab_type,
94: x_return_status OUT NOCOPY VARCHAR2);

Line 102: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type

98: -- Type : Private.
99: -- Function :
100: -- Pre-reqs : None.
101: -- Parameters :
102: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type
103: -- p_action_prms IN OUT
104: -- WSH_BULK_TYPES_GRP.action_parameters_rectype
105: -- x_return_status OUT VARCHAR2
106: --=============================================================================

Line 108: p_line_rec IN OE_WSH_BULK_GRP.line_rec_type DEFAULT NULL,

104: -- WSH_BULK_TYPES_GRP.action_parameters_rectype
105: -- x_return_status OUT VARCHAR2
106: --=============================================================================
107: PROCEDURE Cancel_Close_PO(
108: p_line_rec IN OE_WSH_BULK_GRP.line_rec_type DEFAULT NULL,
109: p_action_prms IN OUT NOCOPY
110: WSH_BULK_TYPES_GRP.action_parameters_rectype,
111:
112: x_return_status OUT NOCOPY VARCHAR2

Line 120: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type

116: -- Type : Private.
117: -- Function :
118: -- Pre-reqs : None.
119: -- Parameters :
120: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type
121: -- p_header_ids IN OUT WSH_UTIL_CORE.id_tab_type
122: -- x_return_status OUT VARCHAR2
123: --=============================================================================
124: /*Procedure purge_po(

Line 125: p_line_rec IN OE_WSH_BULK_GRP.line_rec_type DEFAULT NULL,

121: -- p_header_ids IN OUT WSH_UTIL_CORE.id_tab_type
122: -- x_return_status OUT VARCHAR2
123: --=============================================================================
124: /*Procedure purge_po(
125: p_line_rec IN OE_WSH_BULK_GRP.line_rec_type DEFAULT NULL,
126: p_header_ids IN OUT NOCOPY WSH_UTIL_CORE.id_tab_type ,
127: x_return_status OUT NOCOPY VARCHAR2);
128: */
129:

Line 137: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type

133: -- Function :
134: -- Pre-reqs : None.
135: -- Parameters :
136: -- IN :
137: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type
138: -- OUT :
139: -- x_return_status OUT VARCHAR2
140: ==============================================================================*/
141: PROCEDURE reopen_po(

Line 142: p_line_rec IN OE_WSH_BULK_GRP.line_rec_type,

138: -- OUT :
139: -- x_return_status OUT VARCHAR2
140: ==============================================================================*/
141: PROCEDURE reopen_po(
142: p_line_rec IN OE_WSH_BULK_GRP.line_rec_type,
143: x_return_status OUT NOCOPY VARCHAR2) ;
144:
145: /*=============================================================================
146: -- API name : Log_Exception

Line 152: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type

148: -- Function :
149: -- Pre-reqs : None.
150: -- Parameters :
151: -- IN :
152: -- p_line_rec IN OE_WSH_BULK_GRP.line_rec_type
153: -- OUT :
154: -- x_return_status OUT VARCHAR2
155: ==============================================================================*/
156: PROCEDURE Log_Exception(

Line 196: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

192: -- WSH_BULK_PROCESS_PVT.additional_line_info_rec_type ,
193: -- x_return_status VARCHAR2
194: ==============================================================================*/
195: Procedure populate_additional_line_info(
196: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
197: p_index IN NUMBER,
198: p_caller IN VARCHAR2 DEFAULT NULL,
199: p_additional_line_info_rec OUT NOCOPY WSH_BULK_PROCESS_PVT.additional_line_info_rec_type ,
200: x_return_status OUT NOCOPY VARCHAR2);

Line 203: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

199: p_additional_line_info_rec OUT NOCOPY WSH_BULK_PROCESS_PVT.additional_line_info_rec_type ,
200: x_return_status OUT NOCOPY VARCHAR2);
201:
202: Procedure Calculate_Wt_Vol(
203: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
204: p_index IN OUT NOCOPY NUMBER,
205: x_return_status OUT NOCOPY VARCHAR2);
206:
207: END WSH_PO_CMG_PVT;