DBA Data[Home] [Help]

APPS.BIS_PMV_PARAMETERS_PVT dependencies on FND_FORM_FUNCTIONS

Line 1490: FROM fnd_form_functions

1486: BEGIN
1487:
1488: -- get the parameters for this form fucntion
1489: SELECT parameters INTO lParameters
1490: FROM fnd_form_functions
1491: WHERE function_name=pFunctionName;
1492:
1493: -- get all the name-value pairs in the form function
1494: getNameValuePairs(pUrlString => lParameters,

Line 6049: FROM fnd_form_functions

6045: IS
6046:
6047: CURSOR getFunctionParams IS
6048: SELECT parameters
6049: FROM fnd_form_functions
6050: WHERE function_name = pParamFunctionName;
6051: /*
6052: CURSOR getPageParams IS
6053: SELECt attribute_name, session_value, session_description, dimension, period_date, operator