DBA Data[Home] [Help]

APPS.QA_SS_PARENT_CHILD_PKG dependencies on QA_SS_CONST

Line 70: IF (l_char_id = qa_ss_const.item) THEN

66: WHILE l_char_id IS NOT NULL LOOP
67: --left side of where condition
68: l_res_col_name := qa_core_pkg.get_result_column_name(l_char_id,
69: p_plan_id);
70: IF (l_char_id = qa_ss_const.item) THEN
71: l_res_col_name := 'qa_flex_util.item(organization_id, item_id)';
72: END IF;
73:
74: --store value and init right side of condition to the bind var

Line 173: IF (l_char_id = qa_ss_const.item) THEN

169: WHILE l_char_id IS NOT NULL LOOP
170: --left side of where condition
171: l_res_col_name := qa_core_pkg.get_result_column_name(l_char_id,
172: p_plan_id);
173: IF (l_char_id = qa_ss_const.item) THEN
174: l_res_col_name := 'qa_flex_util.item(organization_id, item_id)';
175: END IF;
176:
177: --initialize the res_col_value to a dequoted string of our input