DBA Data[Home] [Help]

APPS.PA_RATE_ATTR_PKG dependencies on PA_PROJ_PERIOD_PROFILES

Line 51: TYPE max_date_tbl is table of pa_proj_period_profiles.period1_start_date%TYPE

47: TYPE rbs_element_id_tbl is table of pa_resource_list_members.migrated_rbs_element_id%type
48: index by binary_integer;
49: l_rbs_element_id_tbl rbs_element_id_tbl;
50:
51: TYPE max_date_tbl is table of pa_proj_period_profiles.period1_start_date%TYPE
52: index by binary_integer;
53: l_max_date_tbl max_date_tbl;
54:
55: TYPE min_date_tbl is table of pa_proj_period_profiles.period1_start_date%TYPE

Line 55: TYPE min_date_tbl is table of pa_proj_period_profiles.period1_start_date%TYPE

51: TYPE max_date_tbl is table of pa_proj_period_profiles.period1_start_date%TYPE
52: index by binary_integer;
53: l_max_date_tbl max_date_tbl;
54:
55: TYPE min_date_tbl is table of pa_proj_period_profiles.period1_start_date%TYPE
56: index by binary_integer;
57: l_min_date_tbl min_date_tbl;
58:
59: