DBA Data[Home] [Help]

APPS.OM_SETUP_VALID_PKG dependencies on FND_FORM

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: ---------------------------------------------------------

Line 1362: from fnd_form

1358: ---------- Get the Form Id from Form Name ---------------
1359: ---------------------------------------------------------
1360: select form_id
1361: into l_form_id
1362: from fnd_form
1363: where form_name = l_form_name;
1364: OE_DEBUG_PUB.ADD('l_form_id: '||l_form_id);
1365: ---------------------------------------------------------
1366: ---------- Application Id from Application Short Name --