DBA Data[Home] [Help]

APPS.CSC_PROF_MODULE_GROUPS_PVT dependencies on FND_FORM_FUNCTIONS

Line 717: from fnd_form_functions

713: IS
714: p_Api_Name VARCHAR2(100) := 'Validate Form Function Name';
715: Cursor C1 is
716: Select NULL
717: from fnd_form_functions
718: where function_name = p_form_function_name;
719:
720: BEGIN
721:

Line 766: from fnd_form_functions

762: IS
763: p_Api_Name VARCHAR2(100) := 'Validate Form Function Id';
764: Cursor C1 is
765: Select NULL
766: from fnd_form_functions
767: where function_id = p_form_function_id;
768:
769: BEGIN
770:

Line 1106: from fnd_form_functions

1102: X NUMBER;
1103:
1104: Cursor C1(c_form_function_id number) is
1105: Select function_name
1106: from fnd_form_functions
1107: where function_id = c_form_function_id;
1108: /*
1109: Cursor C2 (c_group_id number) is
1110: Select use_in_customer_dashboard