DBA Data[Home] [Help]

APPS.WMS_UCC_128_PVT dependencies on FND_API

Line 197: x_return_status := fnd_api.g_ret_sts_success;

193: l_progress VARCHAR2(10) := '0';
194:
195: BEGIN
196: -- Initialize API return status to success
197: x_return_status := fnd_api.g_ret_sts_success;
198:
199: IF ( l_debug = 1 ) THEN
200: print_debug(l_api_name || ' Entered ' || g_pkg_version, 1);
201: print_debug('xorgid='||x_ucc_128_attributes.organization_id||' orgid='||p_org.organization_id||' sfxflag='||p_org.ucc_128_suffix_flag||' length='||p_org.total_lpn_length, 4);

Line 232: x_return_status := fnd_api.g_ret_sts_error;

228: IF ( SQLCODE IS NOT NULL ) THEN
229: print_debug('SQL error: ' || SQLERRM(SQLCODE));
230: END IF;
231: END IF;
232: x_return_status := fnd_api.g_ret_sts_error;
233: END Get_UCC_128_Attributes;
234:
235: END WMS_UCC_128_PVT;