DBA Data[Home] [Help]

APPS.PO_PA_INTEGRATION_GRP dependencies on PO_SERVICES_PVT

Line 178: IF not (PO_SERVICES_PVT.is_rate_based_line (p_po_line_id)) THEN

174:
175: END IF;
176:
177: -- Check if the line is a rate based line
178: IF not (PO_SERVICES_PVT.is_rate_based_line (p_po_line_id)) THEN
179: x_return_status := FND_API.G_RET_STS_ERROR;
180: x_message_code := 'PO_SVC_INVALID_PO_LINE';
181: return;
182: END IF;

Line 421: IF (PO_SERVICES_PVT.is_rate_based_line (l_po_line_id)) THEN

417:
418: END IF;
419:
420: -- Check if the line is a rate based line
421: IF (PO_SERVICES_PVT.is_rate_based_line (l_po_line_id)) THEN
422: RETURN TRUE;
423: ELSE
424: RETURN FALSE;
425: END IF;