DBA Data[Home] [Help]

APPS.BISVIEWER_PMF dependencies on FND_FORM_FUNCTIONS_PKG

Line 905: --aleung, 5/14/01, for gsi1av envrionment, their fnd_form_functions_pkg.insert_row has more parameters

901: if l_customize_id is null then
902: begin
903: select FND_FORM_FUNCTIONS_S.NEXTVAL into l_customize_id from dual;
904:
905: --aleung, 5/14/01, for gsi1av envrionment, their fnd_form_functions_pkg.insert_row has more parameters
906:
907: fnd_form_functions_pkg.INSERT_ROW(
908: X_ROWID => l_rowid,
909: X_FUNCTION_ID => l_customize_id,

Line 907: fnd_form_functions_pkg.INSERT_ROW(

903: select FND_FORM_FUNCTIONS_S.NEXTVAL into l_customize_id from dual;
904:
905: --aleung, 5/14/01, for gsi1av envrionment, their fnd_form_functions_pkg.insert_row has more parameters
906:
907: fnd_form_functions_pkg.INSERT_ROW(
908: X_ROWID => l_rowid,
909: X_FUNCTION_ID => l_customize_id,
910: X_WEB_HOST_NAME => null,
911: X_WEB_AGENT_NAME => null,

Line 933: fnd_form_functions_pkg.insert_row (l_rowid,

929: X_LAST_UPDATED_BY => l_user_id,
930: X_LAST_UPDATE_LOGIN => l_user_id);
931:
932: /*
933: fnd_form_functions_pkg.insert_row (l_rowid,
934: l_customize_id, null,null,
935: l_form_func_call,
936: null,null,null,l_form_func_name,
937: l_application_id,null,null,'JSP','BIS SCHEDULE',