DBA Data[Home] [Help]

APPS.BIS_TREND_PLUG dependencies on FND_FORM_FUNCTIONS_TL

Line 1554: from fnd_form_functions_tl

1550: is
1551:
1552: CURSOR cFunction (pFunctionId in number) is
1553: select user_function_name
1554: from fnd_form_functions_tl
1555: where function_id = pFunctionId;
1556:
1557: -- udua - 09.27.05 - R12 Mandatory Project - 4480009 [PMV Data-model Change].
1558: l_user_function_name varchar2(480);