DBA Data[Home] [Help]

APPS.PA_RATE_PVT_PKG dependencies on PA_EXPENDITURE_ITEMS_ALL

Line 48: P_system_linkage IN pa_expenditure_items_all.system_linkage_function%TYPE,/* Added */

44: p_forecast_item_id IN NUMBER DEFAULT NULL, /* added para for bug 2212852 */
45: p_forecasting_type IN VARCHAR2 DEFAULT 'PROJECT_FORECASTING', /* added para for */
46: /* bug 2212852 */
47: p_amount_calc_mode IN VARCHAR2, /* Added for Org Forecasting */
48: P_system_linkage IN pa_expenditure_items_all.system_linkage_function%TYPE,/* Added */
49: /* for Org Forecasting */
50: p_assign_precedes_task IN VARCHAR2 DEFAULT NULL, /* Added for Org Forecasting */
51: p_labor_schdl_discnt IN NUMBER DEFAULT NULL, /* Added for Org Forecasting */
52: p_labor_bill_rate_org_id IN NUMBER DEFAULT NULL, /* Added for Org Forecasting */

Line 206: p_system_linkage IN pa_expenditure_items_all.system_linkage_function%TYPE DEFAULT NULL,/* Added */

202: p_calculate_cost_flag IN VARCHAR2 DEFAULT 'Y', /* Added to fix bug 2162965 */
203: p_forecast_item_id IN NUMBER DEFAULT NULL, /* Added para for bug 2212852 */
204: p_forecasting_type IN VARCHAR2 DEFAULT 'PROJECT_FORECASTING', /* added para for bug 2212852 */
205: p_assign_precedes_task IN VARCHAR2 DEFAULT NULL, /* Added for Org Forecasting */
206: p_system_linkage IN pa_expenditure_items_all.system_linkage_function%TYPE DEFAULT NULL,/* Added */
207: /* for Org Forecasting */
208: p_labor_schdl_discnt IN NUMBER DEFAULT NULL, /* Added for Org Forecasting */
209: p_labor_bill_rate_org_id IN NUMBER DEFAULT NULL, /* Added for Org Forecasting */
210: p_labor_std_bill_rate_schdl IN VARCHAR2 DEFAULT NULL, /* Added for Org Forecasting */