DBA Data[Home] [Help]

APPS.AMW_VIOLATION_PVT dependencies on FND_FORM_FUNCTIONS_VL

Line 3846: from FND_FORM_FUNCTIONS_VL

3842:
3843: for i in 1 .. g_constraint_function_id_list.COUNT loop
3844:
3845: select USER_FUNCTION_NAME into m_function_name
3846: from FND_FORM_FUNCTIONS_VL
3847: where FUNCTION_ID = g_constraint_function_id_list(i);
3848:
3849: if i = 1 then m_constraint_details := m_function_name;
3850: else m_constraint_details := m_constraint_details || ', ' || m_function_name;

Line 4025: from FND_FORM_FUNCTIONS_VL

4021:
4022: for i in 1 .. g_constraint_function_id_list.COUNT loop
4023:
4024: select USER_FUNCTION_NAME into m_function_name
4025: from FND_FORM_FUNCTIONS_VL
4026: where FUNCTION_ID = g_constraint_function_id_list(i);
4027:
4028: if i = 1 then m_constraint_details := m_function_name;
4029: else m_constraint_details := m_constraint_details || ', ' || m_function_name;