DBA Data[Home] [Help]

APPS.QP_DEFAULT_CON dependencies on QP_VALIDATE

Line 210: IF QP_Validate.Enabled(g_CON_rec.enabled_flag)

206: g_CON_rec.enabled_flag := Get_Enabled;
207:
208: IF g_CON_rec.enabled_flag IS NOT NULL THEN
209:
210: IF QP_Validate.Enabled(g_CON_rec.enabled_flag)
211: THEN
212: g_p_CON_rec := g_CON_rec;
213: QP_Con_Util.Clear_Dependent_Attr
214: ( p_attr_id => QP_Con_Util.G_ENABLED

Line 232: IF QP_Validate.Prc_Context_code(g_CON_rec.prc_context_code)

228: g_CON_rec.prc_context_code := Get_Prc_Context_code;
229:
230: IF g_CON_rec.prc_context_code IS NOT NULL THEN
231:
232: IF QP_Validate.Prc_Context_code(g_CON_rec.prc_context_code)
233: THEN
234: g_p_CON_rec := g_CON_rec;
235: QP_Con_Util.Clear_Dependent_Attr
236: ( p_attr_id => QP_Con_Util.G_PRC_CONTEXT_code

Line 254: IF QP_Validate.Prc_Context(g_CON_rec.prc_context_id)

250: g_CON_rec.prc_context_id := Get_Prc_Context;
251:
252: IF g_CON_rec.prc_context_id IS NOT NULL THEN
253:
254: IF QP_Validate.Prc_Context(g_CON_rec.prc_context_id)
255: THEN
256: g_p_CON_rec := g_CON_rec;
257: QP_Con_Util.Clear_Dependent_Attr
258: ( p_attr_id => QP_Con_Util.G_PRC_CONTEXT

Line 276: IF QP_Validate.Prc_Context_Type(g_CON_rec.prc_context_type)

272: g_CON_rec.prc_context_type := Get_Prc_Context_Type;
273:
274: IF g_CON_rec.prc_context_type IS NOT NULL THEN
275:
276: IF QP_Validate.Prc_Context_Type(g_CON_rec.prc_context_type)
277: THEN
278: g_p_CON_rec := g_CON_rec;
279: QP_Con_Util.Clear_Dependent_Attr
280: ( p_attr_id => QP_Con_Util.G_PRC_CONTEXT_TYPE

Line 298: IF QP_Validate.Seeded_Description(g_CON_rec.seeded_description)

294: g_CON_rec.seeded_description := Get_Seeded_Description;
295:
296: IF g_CON_rec.seeded_description IS NOT NULL THEN
297:
298: IF QP_Validate.Seeded_Description(g_CON_rec.seeded_description)
299: THEN
300: g_p_CON_rec := g_CON_rec;
301: QP_Con_Util.Clear_Dependent_Attr
302: ( p_attr_id => QP_Con_Util.G_SEEDED_DESCRIPTION

Line 320: IF QP_Validate.Seeded(g_CON_rec.seeded_flag)

316: g_CON_rec.seeded_flag := Get_Seeded;
317:
318: IF g_CON_rec.seeded_flag IS NOT NULL THEN
319:
320: IF QP_Validate.Seeded(g_CON_rec.seeded_flag)
321: THEN
322: g_p_CON_rec := g_CON_rec;
323: QP_Con_Util.Clear_Dependent_Attr
324: ( p_attr_id => QP_Con_Util.G_SEEDED

Line 342: IF QP_Validate.Seeded_Prc_Context_Name(g_CON_rec.seeded_prc_context_name)

338: g_CON_rec.seeded_prc_context_name := Get_Seeded_Prc_Context_Name;
339:
340: IF g_CON_rec.seeded_prc_context_name IS NOT NULL THEN
341:
342: IF QP_Validate.Seeded_Prc_Context_Name(g_CON_rec.seeded_prc_context_name)
343: THEN
344: g_p_CON_rec := g_CON_rec;
345: QP_Con_Util.Clear_Dependent_Attr
346: ( p_attr_id => QP_Con_Util.G_SEEDED_PRC_CONTEXT_NAME

Line 364: IF QP_Validate.User_Description(g_CON_rec.user_description)

360: g_CON_rec.user_description := Get_User_Description;
361:
362: IF g_CON_rec.user_description IS NOT NULL THEN
363:
364: IF QP_Validate.User_Description(g_CON_rec.user_description)
365: THEN
366: g_p_CON_rec := g_CON_rec;
367: QP_Con_Util.Clear_Dependent_Attr
368: ( p_attr_id => QP_Con_Util.G_USER_DESCRIPTION

Line 386: IF QP_Validate.User_Prc_Context_Name(g_CON_rec.user_prc_context_name)

382: g_CON_rec.user_prc_context_name := Get_User_Prc_Context_Name;
383:
384: IF g_CON_rec.user_prc_context_name IS NOT NULL THEN
385:
386: IF QP_Validate.User_Prc_Context_Name(g_CON_rec.user_prc_context_name)
387: THEN
388: g_p_CON_rec := g_CON_rec;
389: QP_Con_Util.Clear_Dependent_Attr
390: ( p_attr_id => QP_Con_Util.G_USER_PRC_CONTEXT_NAME