DBA Data[Home] [Help]

APPS.POS_ASN_XML dependencies on POS_CREATE_ASN

Line 138: POS_CREATE_ASN.getConvertedQuantity ( p_line_location_id,

134: end if;
135: --end of test
136: if( p_error_code = 0) then
137:
138: POS_CREATE_ASN.getConvertedQuantity ( p_line_location_id,
139: p_quantity ,
140: p_unit_of_measure,
141: l_converted_quantity);
142:

Line 143: l_tolerable_quantity := POS_CREATE_ASN.getTolerableShipmentQuantity(p_line_location_id);

139: p_quantity ,
140: p_unit_of_measure,
141: l_converted_quantity);
142:
143: l_tolerable_quantity := POS_CREATE_ASN.getTolerableShipmentQuantity(p_line_location_id);
144:
145: if (l_tolerable_quantity < l_converted_quantity) then
146:
147: p_error_code := 1;

Line 232: POS_CREATE_ASN.callPreProcessor(p_group_id);

228: BEGIN
229: p_error_code := 0;
230:
231: /*
232: POS_CREATE_ASN.callPreProcessor(p_group_id);
233: */
234:
235: fnd_client_info.set_org_context(to_char(p_org_id));
236: