DBA Data[Home] [Help]

APPS.FND_FLEX_EXT dependencies on FND_FLEX_SERVER2

Line 709: IF (NOT FND_FLEX_SERVER2.get_keystruct

705: END IF;
706:
707: -- Read structure and comb. table information.
708: --
709: IF (NOT FND_FLEX_SERVER2.get_keystruct
710: (application_short_name, key_flex_code,
711: NULL, structure_number, kff_id, kff_info, kff_cc)) THEN
712: GOTO label_failure;
713: END IF;

Line 722: IF (NOT FND_FLEX_SERVER2.get_struct_cols

718: delim := kff_info.concatenated_segment_delimiter;
719:
720: -- Read segments information : column names, types etc.
721: --
722: IF (NOT FND_FLEX_SERVER2.get_struct_cols
723: (kff_id,
724: kff_cc.table_application_id, kff_cc.combination_table_id,
725: nvalidated, cc_cols, cc_coltypes, segtypes)) THEN
726: GOTO label_failure;