DBA Data[Home] [Help]

APPS.OKL_SEL_PVT dependencies on STANDARD

Line 232: -- as per the standards - the concurrent program columns should not be nulled out

228: l_selv_rec.stream_element_date := NULL;
229: END IF;
230:
231:
232: -- as per the standards - the concurrent program columns should not be nulled out
233: /*
234: IF (l_selv_rec.program_id = OKC_API.G_MISS_NUM) THEN
235: l_selv_rec.program_id := NULL;
236: END IF;