DBA Data[Home] [Help]

APPS.CS_WF_AUTO_NTFY_UPDATE_PKG dependencies on FND_FORM_FUNCTIONS

Line 1645: select WEB_HTML_CALL from fnd_form_functions

1641:
1642: -- There probably is an api to obtain the jsp name given the function,
1643: -- we can replace this cursor with that api when we find out.
1644: CURSOR sel_jsp_name_csr IS
1645: select WEB_HTML_CALL from fnd_form_functions
1646: where FUNCTION_NAME='IBU_SR_DETAILS';
1647: l_jsp_name VARCHAR2(240);
1648:
1649: --