DBA Data[Home] [Help]

APPS.QP_DEFAULT_SOU dependencies on QP_VALIDATE

Line 229: IF QP_Validate.Attribute_Sourcing(g_SOU_rec.attribute_sourcing_id)

225: g_SOU_rec.attribute_sourcing_id := Get_Attribute_Sourcing;
226:
227: IF g_SOU_rec.attribute_sourcing_id IS NOT NULL THEN
228:
229: IF QP_Validate.Attribute_Sourcing(g_SOU_rec.attribute_sourcing_id)
230: THEN
231: g_p_SOU_rec := g_SOU_rec;
232: QP_Sou_Util.Clear_Dependent_Attr
233: ( p_attr_id => QP_Sou_Util.G_ATTRIBUTE_SOURCING

Line 251: IF QP_Validate.Attribute_Sourcing_Level(g_SOU_rec.attribute_sourcing_level)

247: g_SOU_rec.attribute_sourcing_level := Get_Attribute_Sourcing_Level;
248:
249: IF g_SOU_rec.attribute_sourcing_level IS NOT NULL THEN
250:
251: IF QP_Validate.Attribute_Sourcing_Level(g_SOU_rec.attribute_sourcing_level)
252: THEN
253: g_p_SOU_rec := g_SOU_rec;
254: QP_Sou_Util.Clear_Dependent_Attr
255: ( p_attr_id => QP_Sou_Util.G_ATTRIBUTE_SOURCING_LEVEL

Line 273: IF QP_Validate.application_id(g_SOU_rec.application_id)

269: g_SOU_rec.application_id := Get_application_id;
270:
271: IF g_SOU_rec.application_id IS NOT NULL THEN
272:
273: IF QP_Validate.application_id(g_SOU_rec.application_id)
274: THEN
275: g_p_SOU_rec := g_SOU_rec;
276: QP_Sou_Util.Clear_Dependent_Attr
277: ( p_attr_id => QP_Sou_Util.G_APPLICATION_ID

Line 295: IF QP_Validate.Enabled(g_SOU_rec.enabled_flag)

291: g_SOU_rec.enabled_flag := Get_Enabled;
292:
293: IF g_SOU_rec.enabled_flag IS NOT NULL THEN
294:
295: IF QP_Validate.Enabled(g_SOU_rec.enabled_flag)
296: THEN
297: g_p_SOU_rec := g_SOU_rec;
298: QP_Sou_Util.Clear_Dependent_Attr
299: ( p_attr_id => QP_Sou_Util.G_ENABLED

Line 317: IF QP_Validate.Request_Type(g_SOU_rec.request_type_code)

313: g_SOU_rec.request_type_code := Get_Request_Type;
314:
315: IF g_SOU_rec.request_type_code IS NOT NULL THEN
316:
317: IF QP_Validate.Request_Type(g_SOU_rec.request_type_code)
318: THEN
319: g_p_SOU_rec := g_SOU_rec;
320: QP_Sou_Util.Clear_Dependent_Attr
321: ( p_attr_id => QP_Sou_Util.G_REQUEST_TYPE

Line 339: IF QP_Validate.Seeded(g_SOU_rec.seeded_flag)

335: g_SOU_rec.seeded_flag := Get_Seeded;
336:
337: IF g_SOU_rec.seeded_flag IS NOT NULL THEN
338:
339: IF QP_Validate.Seeded(g_SOU_rec.seeded_flag)
340: THEN
341: g_p_SOU_rec := g_SOU_rec;
342: QP_Sou_Util.Clear_Dependent_Attr
343: ( p_attr_id => QP_Sou_Util.G_SEEDED

Line 361: IF QP_Validate.Seeded_Sourcing_Type(g_SOU_rec.seeded_sourcing_type)

357: g_SOU_rec.seeded_sourcing_type := Get_Seeded_Sourcing_Type;
358:
359: IF g_SOU_rec.seeded_sourcing_type IS NOT NULL THEN
360:
361: IF QP_Validate.Seeded_Sourcing_Type(g_SOU_rec.seeded_sourcing_type)
362: THEN
363: g_p_SOU_rec := g_SOU_rec;
364: QP_Sou_Util.Clear_Dependent_Attr
365: ( p_attr_id => QP_Sou_Util.G_SEEDED_SOURCING_TYPE

Line 383: IF QP_Validate.Seeded_Value_String(g_SOU_rec.seeded_value_string)

379: g_SOU_rec.seeded_value_string := Get_Seeded_Value_String;
380:
381: IF g_SOU_rec.seeded_value_string IS NOT NULL THEN
382:
383: IF QP_Validate.Seeded_Value_String(g_SOU_rec.seeded_value_string)
384: THEN
385: g_p_SOU_rec := g_SOU_rec;
386: QP_Sou_Util.Clear_Dependent_Attr
387: ( p_attr_id => QP_Sou_Util.G_SEEDED_VALUE_STRING

Line 405: IF QP_Validate.Segment(g_SOU_rec.segment_id)

401: g_SOU_rec.segment_id := Get_Segment;
402:
403: IF g_SOU_rec.segment_id IS NOT NULL THEN
404:
405: IF QP_Validate.Segment(g_SOU_rec.segment_id)
406: THEN
407: g_p_SOU_rec := g_SOU_rec;
408: QP_Sou_Util.Clear_Dependent_Attr
409: ( p_attr_id => QP_Sou_Util.G_SEGMENT

Line 427: IF QP_Validate.User_Sourcing_Type(g_SOU_rec.user_sourcing_type)

423: g_SOU_rec.user_sourcing_type := Get_User_Sourcing_Type;
424:
425: IF g_SOU_rec.user_sourcing_type IS NOT NULL THEN
426:
427: IF QP_Validate.User_Sourcing_Type(g_SOU_rec.user_sourcing_type)
428: THEN
429: g_p_SOU_rec := g_SOU_rec;
430: QP_Sou_Util.Clear_Dependent_Attr
431: ( p_attr_id => QP_Sou_Util.G_USER_SOURCING_TYPE

Line 449: IF QP_Validate.User_Value_String(g_SOU_rec.user_value_string)

445: g_SOU_rec.user_value_string := Get_User_Value_String;
446:
447: IF g_SOU_rec.user_value_string IS NOT NULL THEN
448:
449: IF QP_Validate.User_Value_String(g_SOU_rec.user_value_string)
450: THEN
451: g_p_SOU_rec := g_SOU_rec;
452: QP_Sou_Util.Clear_Dependent_Attr
453: ( p_attr_id => QP_Sou_Util.G_USER_VALUE_STRING