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 2306: l_childUpdate_retval := QA_PARENT_CHILD_PKG.update_sequence_child

2302: -- Bug 5114865
2303: -- Updating the data for the Seq->Char elem relations
2304: -- ntungare Sun Apr 9 23:43:06 PDT 2006
2305: If ParentChild_Tab.COUNT <> 0 THEN
2306: l_childUpdate_retval := QA_PARENT_CHILD_PKG.update_sequence_child
2307: (p_ParentChild_Tab => ParentChild_Tab);
2308: End If;
2309:
2310: -- Bug 5114865

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

2415:
2416: -- given the parent record information, find out all the child, grand child
2417: -- plan ID, coll ID and occurrence
2418:
2419: l_status := QA_PARENT_CHILD_PKG.get_descendants(p_plan_id,
2420: p_collection_id,
2421: p_occurrence,
2422: l_child_plan_ids,
2423: l_child_collection_ids,

Line 2454: -- called from qa_parent_child_pkg

2450:
2451: -- This is overloaded procedure. This will be called when
2452: -- all the child, grandchild records (that will be deleted along
2453: -- with parent record ) occurrence, plan ID, coll ID are known.
2454: -- called from qa_parent_child_pkg
2455:
2456: BEGIN
2457:
2458: -- get all the child, grand child record into collection