DBA Data[Home] [Help]

APPS.OKC_DBTREE_PVT dependencies on OKC_QUERY

Line 358: okc_query.GetChildCount(id) numchildren

354: name,
355: public_yn,
356: created_by,
357: creation_date,
358: okc_query.GetChildCount(id) numchildren
359: from okc_k_groups_v g
360: where NOT EXISTS (select 1
361: from okc_k_grpings_v p
362: where p.included_cgp_id = g.id)

Line 378: okc_query.GetChildCount(id) numchildren

374: name,
375: public_yn,
376: created_by,
377: creation_date,
378: okc_query.GetChildCount(id) numchildren
379: from okc_k_groups_v g
380: where NOT EXISTS (select 1
381: from okc_k_grpings_v p
382: where p.included_cgp_id = g.id)

Line 399: okc_query.GetChildCount(id) numchildren

395: name,
396: public_yn,
397: created_by,
398: creation_date,
399: okc_query.GetChildCount(id) numchildren
400: from okc_k_groups_v g
401: where NOT EXISTS (
402: select 1
403: from okc_k_grpings_v p, okc_k_groups_v g1

Line 618: okc_query.GetChildCount(b.id) numchildren

614: g.id node_id,
615: g.included_cgp_id occur_id,
616: t.name node_name,
617: b.public_yn,
618: okc_query.GetChildCount(b.id) numchildren
619: from okc_k_grpings g,
620: okc_k_groups_b b,
621: okc_k_groups_tl t
622: where g.cgp_parent_id = p_grp_id

Line 632: -- okc_query.GetChildCount(b.id) numchildren

628: -- select 'KHDR' rec_type,
629: -- g.id node_id,
630: -- g.included_chr_id occur_id,
631: -- b.contract_number node_name,
632: -- okc_query.GetChildCount(b.id) numchildren
633: -- from okc_k_grpings g,
634: -- okc_k_headers_b b,
635: -- okc_k_headers_tl t
636: -- where g.cgp_parent_id = p_grp_id