DBA Data[Home] [Help]

APPS.PO_DRAFTS_GRP dependencies on PO_GA_PVT

Line 195: IF (NOT PO_GA_PVT.is_global_agreement(p_po_header_id => p_po_header_id)) THEN

191: x_message := NULL;
192:
193: d_position := 10;
194:
195: IF (NOT PO_GA_PVT.is_global_agreement(p_po_header_id => p_po_header_id)) THEN
196: x_authoring_allowed := FND_API.G_FALSE;
197: x_message := 'PO_ONLINE_AUTH_NA';
198: RETURN;
199: END IF;