DBA Data[Home] [Help]

APPS.FLM_FILTER_CRITERIA_PROCESS dependencies on FLM_FILTER_CRITERIA_PROCESS

Line 1: PACKAGE BODY flm_filter_criteria_process AS

1: PACKAGE BODY flm_filter_criteria_process AS
2: /* $Header: FLMFLCRB.pls 115.3 2003/05/02 00:31:51 hwenas noship $ */
3:
4: /* Function to return the column name for the criteria. */
5: FUNCTION get_filter_column (p_criteria_group_type NUMBER, p_criteria_type NUMBER) RETURN VARCHAR2 IS

Line 151: FND_MSG_PUB.Add_Exc_Msg ('flm_filter_criteria_process' ,'get_filter_clause('||l_debug_line||')');

147: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
148: ROLLBACK TO flm_get_filter_clause;
149:
150: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
151: FND_MSG_PUB.Add_Exc_Msg ('flm_filter_criteria_process' ,'get_filter_clause('||l_debug_line||')');
152: END IF;
153:
154: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count ,p_data => x_msg_data);
155:

Line 159: END flm_filter_criteria_process;

155:
156: END get_filter_clause;
157:
158:
159: END flm_filter_criteria_process;