DBA Data[Home] [Help]

APPS.OM_SETUP_VALID_PKG dependencies on FND_FORM_FUNCTIONS

Line 1337: from fnd_form_functions

1333: --------- Cursor Variables ------------------------------
1334: ---------------------------------------------------------
1335: CURSOR c_function_cursor(c_form_id NUMBER) IS
1336: select application_id, function_id
1337: from fnd_form_functions
1338: where form_id = c_form_id;
1339: ---------------------------------------------------------
1340: --------- Cursor Row Type variables ---------------------
1341: ---------------------------------------------------------