DBA Data[Home] [Help]

APPS.CS_WF_AUTO_NTFY_UPDATE_PKG dependencies on FND_FORM_FUNCTIONS

Line 1583: select WEB_HTML_CALL from fnd_form_functions

1579:
1580: -- There probably is an api to obtain the jsp name given the function,
1581: -- we can replace this cursor with that api when we find out.
1582: CURSOR sel_jsp_name_csr IS
1583: select WEB_HTML_CALL from fnd_form_functions
1584: where FUNCTION_NAME='IBU_SR_DETAILS';
1585: l_jsp_name VARCHAR2(240);
1586:
1587: --