DBA Data[Home] [Help]

APPS.XLA_RETRIVE_CCID_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 984: FROM fnd_id_flex_segments e

980: END IF;
981:
982: SELECT xla_array_ccid_seq_inf (e.application_column_name, e.segment_num)
983: BULK COLLECT INTO p_ccid_seq_out
984: FROM fnd_id_flex_segments e
985: WHERE e.id_flex_code = 'GL#' AND e.id_flex_num = p_coa_num;
986:
987: print_logfile ( TO_CHAR (SYSDATE, 'DD-MON-YYYY HH24:MI:SS')
988: || ' - Ending of the Retrive CCID Sequence Information'