DBA Data[Home] [Help]

APPS.FEM_DIS_UTL_PKG dependencies on FEM_CAL_PERIODS_ATTR

Line 80: FROM fem_cal_periods_attr A,

76: BEGIN
77: --get the end date from cal period id
78: SELECT A.date_assign_value
79: INTO l_end_date
80: FROM fem_cal_periods_attr A,
81: fem_dim_attributes_b B,
82: fem_dim_attr_versions_b C
83: WHERE A.cal_period_id = p_cal_period
84: AND A.attribute_id = B.attribute_id

Line 93: FROM fem_cal_periods_attr A,

89:
90: --get the start date from cal period id
91: SELECT A.date_assign_value
92: INTO l_start_date
93: FROM fem_cal_periods_attr A,
94: fem_dim_attributes_b B,
95: fem_dim_attr_versions_b C
96: WHERE A.cal_period_id = p_cal_period
97: AND A.attribute_id = B.attribute_id