DBA Data[Home] [Help]

APPS.QA_AK_MAPPING_API dependencies on QA_PLAN_ELEMENT_API

Line 76: IF (qa_plan_element_api.element_in_plan(p_plan_id,

72: -- for customer portal (OM). This can be determined
73: -- by checking if sales order is a part of the plan
74: -- and enabled.
75:
76: IF (qa_plan_element_api.element_in_plan(p_plan_id,
77: qa_ss_const.sales_order)) THEN
78: RETURN TRUE;
79: ELSE
80: RETURN FALSE;

Line 1723: (qa_plan_element_api.values_exist(p_plan_id, p_char_id)

1719:
1720: l_required_flag := convert_flag(l_qa_plan_chars_row.mandatory_flag);
1721:
1722: IF l_item_style = 'TEXT_INPUT' AND
1723: (qa_plan_element_api.values_exist(p_plan_id, p_char_id)
1724: OR qa_plan_element_api.sql_validation_exists(p_char_id)
1725: OR qa_chars_api.has_hardcoded_lov(p_char_id)) THEN
1726:
1727: -- dbms_output.put_line('Has Lov : ' || l_region_code || ' '

Line 1724: OR qa_plan_element_api.sql_validation_exists(p_char_id)

1720: l_required_flag := convert_flag(l_qa_plan_chars_row.mandatory_flag);
1721:
1722: IF l_item_style = 'TEXT_INPUT' AND
1723: (qa_plan_element_api.values_exist(p_plan_id, p_char_id)
1724: OR qa_plan_element_api.sql_validation_exists(p_char_id)
1725: OR qa_chars_api.has_hardcoded_lov(p_char_id)) THEN
1726:
1727: -- dbms_output.put_line('Has Lov : ' || l_region_code || ' '
1728: -- || l_attribute_code);