DBA Data[Home] [Help]

APPS.CSP_SHIP_TO_ADDRESS_PVT dependencies on CSP_LOCATION_ID_S1

Line 278: select csp_location_id_s1.NEXTVAL into l_location_code from dual;

274: 'l_language = ' || l_language);
275: end if;
276:
277: -- Assign location code
278: select csp_location_id_s1.NEXTVAL into l_location_code from dual;
279: l_location_code := 'CSP' || l_location_code;
280:
281: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
282: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,