DBA Data[Home] [Help]

APPS.ASO_ORDER_STATUS_PVT dependencies on OE_LINE_STATUS_PUB

Line 92: OE_LINE_STATUS_PUB.Get_Closed_Status

88: l_return_status VARCHAR2(20) := NULL;
89:
90: BEGIN
91:
92: OE_LINE_STATUS_PUB.Get_Closed_Status
93: (
94: p_line_id => p_Line_Id
95: , x_result => l_result
96: , x_result_date => l_result_date

Line 106: OE_LINE_STATUS_PUB.Get_Cancelled_Status

102: l_return_status := 'CLOSED';
103:
104: END IF;
105:
106: OE_LINE_STATUS_PUB.Get_Cancelled_Status
107: (
108: p_line_id => p_Line_Id
109: , x_result => l_result
110: , x_result_date => l_result_date

Line 124: OE_LINE_STATUS_PUB.Get_Purchase_Release_status

120: END IF;
121:
122: END IF;
123:
124: OE_LINE_STATUS_PUB.Get_Purchase_Release_status
125: (
126: p_line_id => p_Line_Id
127: , x_result => l_result
128: , x_result_date => l_result_date

Line 142: OE_LINE_STATUS_PUB.Get_ship_Status

138: END IF;
139:
140: END IF;
141:
142: OE_LINE_STATUS_PUB.Get_ship_Status
143: (
144: p_line_id => p_Line_Id
145: , x_result => l_result
146: , x_result_date => l_result_date

Line 161: OE_LINE_STATUS_PUB.Get_Received_Status

157: END IF;
158:
159: END IF;
160:
161: OE_LINE_STATUS_PUB.Get_Received_Status
162: (
163: p_line_id => p_Line_Id
164: , x_result => l_result
165: , x_result_date => l_result_date

Line 179: OE_LINE_STATUS_PUB.Get_Invoiced_Status

175: END IF;
176:
177: END IF;
178:
179: OE_LINE_STATUS_PUB.Get_Invoiced_Status
180: (
181: p_line_id => p_Line_Id
182: , x_result => l_result
183: , x_result_date => l_result_date