DBA Data[Home] [Help]

APPS.BIS_FORM_FUNCTIONS_PUB dependencies on DUAL

Line 58: select FND_FORM_FUNCTIONS_S.NEXTVAL into l_new_function_id from dual;

54:
55: l_new_function_id NUMBER;
56:
57: begin
58: select FND_FORM_FUNCTIONS_S.NEXTVAL into l_new_function_id from dual;
59:
60: FND_FORM_FUNCTIONS_PKG.INSERT_ROW(
61: X_ROWID => X_ROWID,
62: X_FUNCTION_ID => l_new_function_id,

Line 121: select FND_FORM_FUNCTIONS_S.NEXTVAL into l_new_function_id from dual;

117: l_Form_Func_Extn_Rec BIS_OBJECT_EXTENSIONS_PUB.Form_Function_Extension_Type;
118: l_custom_functional_area_id number;
119:
120: begin
121: select FND_FORM_FUNCTIONS_S.NEXTVAL into l_new_function_id from dual;
122:
123: if p_region_application_id <> BIS_COMMON_UTILS.G_DEF_NUM then
124: l_region_application_id := p_region_application_id;
125: end if;