DBA Data[Home] [Help]

APPS.FEM_DIM_MEMBER_LOADER_PKG dependencies on FEM_TIME_DIMENSION_GROUP_KEY_S

Line 4292: SELECT fem_time_dimension_group_key_s.nextval

4288: SELECT fem_dimension_grps_b_s.nextval
4289: INTO tf_dimgrp_dimension_group_id(v_mbr_final_count)
4290: FROM dual;
4291:
4292: SELECT fem_time_dimension_group_key_s.nextval
4293: INTO tf_time_dimension_group_key(v_mbr_final_count)
4294: FROM dual;
4295:
4296: tf_time_group_type_code(v_mbr_final_count) :=t_time_group_type_code(v_mbr_count);