DBA Data[Home] [Help]

APPS.QA_SS_PARENT_CHILD_PKG dependencies on QA_SS_CONST

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

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

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

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