DBA Data[Home] [Help]

APPS.BIS_RG_SCHEDULES_PVT dependencies on FND_FORM_FUNCTIONS_PKG

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

122: if l_customize_id is null then
123: begin
124: select FND_FORM_FUNCTIONS_S.NEXTVAL into l_customize_id from dual;
125:
126: --aleung, 5/14/01, for gsi1av envrionment, their fnd_form_functions_pkg.insert_row has more parameters
127:
128: fnd_form_functions_pkg.INSERT_ROW(
129: X_ROWID => l_rowid,
130: X_FUNCTION_ID => l_customize_id,

Line 128: fnd_form_functions_pkg.INSERT_ROW(

124: select FND_FORM_FUNCTIONS_S.NEXTVAL into l_customize_id from dual;
125:
126: --aleung, 5/14/01, for gsi1av envrionment, their fnd_form_functions_pkg.insert_row has more parameters
127:
128: fnd_form_functions_pkg.INSERT_ROW(
129: X_ROWID => l_rowid,
130: X_FUNCTION_ID => l_customize_id,
131: X_WEB_HOST_NAME => null,
132: X_WEB_AGENT_NAME => null,

Line 154: fnd_form_functions_pkg.insert_row (l_rowid,

150: X_LAST_UPDATED_BY => l_user_id,
151: X_LAST_UPDATE_LOGIN => l_user_id);
152:
153: /*
154: fnd_form_functions_pkg.insert_row (l_rowid,
155: l_customize_id, null,null,
156: l_form_func_call,
157: null,null,null,l_form_func_name,
158: l_application_id,null,null,'JSP','BIS SCHEDULE',