DBA Data[Home] [Help]

APPS.PO_HEADERS_SV5 dependencies on FND_API

Line 156: l_vendor_information_updated boolean := FND_API.To_boolean(FND_API.G_FALSE);

152: l_contracts_document_type VARCHAR2(150);
153: l_conterms_exist_flag po_headers_all.conterms_exist_flag%TYPE;
154: l_vendor_id po_headers_all.vendor_id%TYPE;
155: l_vendor_site_id po_headers_all.vendor_site_id%TYPE;
156: l_vendor_information_updated boolean := FND_API.To_boolean(FND_API.G_FALSE);
157:
158: l_msg_data VARCHAR2(2000);
159: l_msg_count NUMBER;
160: l_return_status VARCHAR2(1);

Line 377: l_vendor_information_updated := FND_API.To_boolean(FND_API.G_TRUE);

373:
374: X_progress := '025';
375: IF (l_vendor_id = X_Vendor_Id) THEN
376: IF (l_vendor_site_id <> X_vendor_Site_Id) THEN
377: l_vendor_information_updated := FND_API.To_boolean(FND_API.G_TRUE);
378: END IF;
379: ELSE
380: l_vendor_information_updated := FND_API.To_boolean(FND_API.G_TRUE);
381: END IF;

Line 380: l_vendor_information_updated := FND_API.To_boolean(FND_API.G_TRUE);

376: IF (l_vendor_site_id <> X_vendor_Site_Id) THEN
377: l_vendor_information_updated := FND_API.To_boolean(FND_API.G_TRUE);
378: END IF;
379: ELSE
380: l_vendor_information_updated := FND_API.To_boolean(FND_API.G_TRUE);
381: END IF;
382:
383:
384: IF ((l_vendor_information_updated) AND