DBA Data[Home] [Help]

APPS.FND_FLEX_SERVER4 dependencies on FND_FLEX_SERVER2

Line 277: if(FND_FLEX_SERVER2.get_descstruct(flex_app_sname, desc_flex_name,

273: end if;
274:
275: -- Get all required info about the desired flexfield structure.
276: --
277: if(FND_FLEX_SERVER2.get_descstruct(flex_app_sname, desc_flex_name,
278: dff_info) = FALSE) then
279: goto return_error;
280: end if;
281:

Line 780: if(FND_FLEX_SERVER2.get_struct_cols(fstruct, dff_info.table_appl_id,

776: end if;
777:
778: -- Get segment mapping for global segments
779: --
780: if(FND_FLEX_SERVER2.get_struct_cols(fstruct, dff_info.table_appl_id,
781: dff_info.table_id, n_global, global_cols,
782: global_coltypes, global_segfmts) = FALSE) then
783: return(FALSE);
784: end if;

Line 816: if(FND_FLEX_SERVER2.get_struct_cols

812: --
813: fstruct.desc_flex_context := context_vsa.ids(1);
814: IF (fstruct.desc_flex_context IS NOT NULL) AND
815: (vc_return <> FND_FLEX_SERVER1.VV_CTXTNOSEG) THEN
816: if(FND_FLEX_SERVER2.get_struct_cols
817: (fstruct, dff_info.table_appl_id,
818: dff_info.table_id, n_context, context_cols,
819: context_coltypes, context_segfmts) = FALSE) then
820: return(FALSE);