DBA Data[Home] [Help]

APPS.POS_ASN_XML dependencies on POS_CREATE_ASN

Line 128: POS_CREATE_ASN.getConvertedQuantity ( p_line_location_id,

124: BEGIN
125:
126: p_error_code := 0;
127:
128: POS_CREATE_ASN.getConvertedQuantity ( p_line_location_id,
129: p_quantity ,
130: p_unit_of_measure,
131: l_converted_quantity);
132:

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

129: p_quantity ,
130: p_unit_of_measure,
131: l_converted_quantity);
132:
133: l_tolerable_quantity := POS_CREATE_ASN.getTolerableShipmentQuantity(p_line_location_id);
134:
135: if (l_tolerable_quantity < l_converted_quantity) then
136:
137: p_error_code := 1;

Line 222: POS_CREATE_ASN.callPreProcessor(p_group_id);

218: BEGIN
219: p_error_code := 0;
220:
221: /*
222: POS_CREATE_ASN.callPreProcessor(p_group_id);
223: */
224:
225: fnd_client_info.set_org_context(to_char(p_org_id));
226: