DBA Data[Home] [Help]

APPS.PA_FP_FCST_GEN_CLIENT_EXT dependencies on STANDARD

Line 17: RAW_COST_RATE pa_budget_lines.txn_standard_cost_rate%TYPE,

13: * @rep:doccd 120pjapi.pdf See the Oracle Projects API's, Client Extensions, and Open Interfaces Reference
14: */
15: type l_pds_rate_dtls_rec_type is RECORD
16: ( PERIOD_NAME pa_budget_lines.period_name%TYPE,
17: RAW_COST_RATE pa_budget_lines.txn_standard_cost_rate%TYPE,
18: BURDENED_COST_RATE pa_budget_lines.burden_cost_rate%TYPE,
19: REVENUE_BILL_RATE pa_budget_lines.txn_standard_bill_rate%TYPE);
20:
21: type l_pds_rate_dtls_tab is

Line 19: REVENUE_BILL_RATE pa_budget_lines.txn_standard_bill_rate%TYPE);

15: type l_pds_rate_dtls_rec_type is RECORD
16: ( PERIOD_NAME pa_budget_lines.period_name%TYPE,
17: RAW_COST_RATE pa_budget_lines.txn_standard_cost_rate%TYPE,
18: BURDENED_COST_RATE pa_budget_lines.burden_cost_rate%TYPE,
19: REVENUE_BILL_RATE pa_budget_lines.txn_standard_bill_rate%TYPE);
20:
21: type l_pds_rate_dtls_tab is
22: TABLE of l_pds_rate_dtls_rec_type INDEX BY BINARY_INTEGER;
23:

Line 29: TABLE of pa_budget_lines.txn_standard_cost_rate%TYPE;

25: type tab_period_name is
26: TABLE of pa_budget_lines.period_name%TYPE;
27:
28: type tab_raw_cost_rate is
29: TABLE of pa_budget_lines.txn_standard_cost_rate%TYPE;
30:
31: type tab_burden_cost_rate is
32: TABLE of pa_budget_lines.burden_cost_rate%TYPE;
33:

Line 35: TABLE of pa_budget_lines.txn_standard_bill_rate%TYPE;

31: type tab_burden_cost_rate is
32: TABLE of pa_budget_lines.burden_cost_rate%TYPE;
33:
34: type tab_bill_rate is
35: TABLE of pa_budget_lines.txn_standard_bill_rate%TYPE;
36: */
37:
38: -- Start Bug 5726785
39:

Line 115: * @param X_RETURN_STATUS Standard out parameter for error handling

111: * @param X_ETC_RAW_COST Estimate to complete raw cost
112: * @param X_ETC_BURDENED_COST Estimate to complete burdened cost
113: * @param X_ETC_REVENUE Estimate to complete revenue
114: * @param X_PERIOD_RATES_TBL Period rates table (l_pds_rate_dtls_tab)
115: * @param X_RETURN_STATUS Standard out parameter for error handling
116: * @param X_MSG_DATA Standard out parameter for error handling
117: * @param X_MSG_COUNT Standard out parameter for error handling
118: * @rep:scope public
119: * @rep:lifecycle active

Line 116: * @param X_MSG_DATA Standard out parameter for error handling

112: * @param X_ETC_BURDENED_COST Estimate to complete burdened cost
113: * @param X_ETC_REVENUE Estimate to complete revenue
114: * @param X_PERIOD_RATES_TBL Period rates table (l_pds_rate_dtls_tab)
115: * @param X_RETURN_STATUS Standard out parameter for error handling
116: * @param X_MSG_DATA Standard out parameter for error handling
117: * @param X_MSG_COUNT Standard out parameter for error handling
118: * @rep:scope public
119: * @rep:lifecycle active
120: * @rep:displayname Estimate to Complete Generation Method

Line 117: * @param X_MSG_COUNT Standard out parameter for error handling

113: * @param X_ETC_REVENUE Estimate to complete revenue
114: * @param X_PERIOD_RATES_TBL Period rates table (l_pds_rate_dtls_tab)
115: * @param X_RETURN_STATUS Standard out parameter for error handling
116: * @param X_MSG_DATA Standard out parameter for error handling
117: * @param X_MSG_COUNT Standard out parameter for error handling
118: * @rep:scope public
119: * @rep:lifecycle active
120: * @rep:displayname Estimate to Complete Generation Method
121: * @rep:compatibility S