DBA Data[Home] [Help]

APPS.QA_SEQUENCE_API dependencies on QA_PARENT_CHILD_PKG

Line 34: ParentChild_Tab QA_PARENT_CHILD_PKG.ParentChildTabTyp;

30: -- Global array to hold the Seq Type elements
31: -- ntungare Sun Apr 9 23:40:46 PDT 2006
32: g_true_seq_gen_recids ID_TABLE;
33:
34: ParentChild_Tab QA_PARENT_CHILD_PKG.ParentChildTabTyp;
35:
36: -- Bug 3160651. Code change start. rponnusa Thu Sep 25 02:24:28 PDT 2003
37:
38: Type MessageRecord IS RECORD (

Line 2360: l_childUpdate_retval := QA_PARENT_CHILD_PKG.update_sequence_child

2356: -- Bug 5114865
2357: -- Updating the data for the Seq->Char elem relations
2358: -- ntungare Sun Apr 9 23:43:06 PDT 2006
2359: If ParentChild_Tab.COUNT <> 0 THEN
2360: l_childUpdate_retval := QA_PARENT_CHILD_PKG.update_sequence_child
2361: (p_ParentChild_Tab => ParentChild_Tab);
2362: End If;
2363:
2364: -- Bug 5114865

Line 2473: l_status := QA_PARENT_CHILD_PKG.get_descendants(p_plan_id,

2469:
2470: -- given the parent record information, find out all the child, grand child
2471: -- plan ID, coll ID and occurrence
2472:
2473: l_status := QA_PARENT_CHILD_PKG.get_descendants(p_plan_id,
2474: p_collection_id,
2475: p_occurrence,
2476: l_child_plan_ids,
2477: l_child_collection_ids,

Line 2508: -- called from qa_parent_child_pkg

2504:
2505: -- This is overloaded procedure. This will be called when
2506: -- all the child, grandchild records (that will be deleted along
2507: -- with parent record ) occurrence, plan ID, coll ID are known.
2508: -- called from qa_parent_child_pkg
2509:
2510: BEGIN
2511:
2512: -- get all the child, grand child record into collection