DBA Data[Home] [Help]

APPS.FTE_BULK_DTT_PKG dependencies on FTE_MILE_TEMPLATE_COLUMNS

Line 559: from fte_mile_template_columns fmtc

555: cp_template_id NUMBER) IS
556: select fmtc.column_id,
557: fmtc.start_position,
558: fmtc.length
559: from fte_mile_template_columns fmtc
560: where fmtc.column_type = cp_column_type
561: and fmtc.template_id = cp_template_id;
562:
563: