DBA Data[Home] [Help]

APPS.PA_COST_RATE_PUB dependencies on GL_SETS_OF_BOOKS

Line 5: g_func_curr gl_sets_of_books.currency_Code%TYPE;

1: PACKAGE PA_COST_RATE_PUB AUTHID CURRENT_USER AS
2: /* $Header: PAXPCRTS.pls 120.2 2011/03/25 12:06:18 racheruv ship $*/
3:
4:
5: g_func_curr gl_sets_of_books.currency_Code%TYPE;
6: /*
7: * Contains information for OU level Schedule Assignment.
8: */
9: g_ou_id pa_implementations_all.org_id%TYPE;

Line 76: ,x_cost_rate_curr_code OUT NOCOPY gl_sets_of_books.currency_code%TYPE

72: ,x_end_date_active OUT NOCOPY date
73: ,x_org_labor_sch_rule_id OUT NOCOPY pa_org_labor_sch_rule.org_labor_sch_rule_id%TYPE
74: ,x_costing_rule OUT NOCOPY pa_compensation_rule_sets.compensation_rule_set%TYPE
75: ,x_rate_sch_id OUT NOCOPY pa_std_bill_rate_schedules_all.bill_rate_sch_id%TYPE
76: ,x_cost_rate_curr_code OUT NOCOPY gl_sets_of_books.currency_code%TYPE
77: ,x_acct_rate_type OUT NOCOPY pa_expenditure_items_all.acct_rate_type%TYPE
78: ,x_acct_rate_date_code OUT NOCOPY pa_implementations_all.acct_rate_date_code%TYPE
79: ,x_acct_exch_rate OUT NOCOPY pa_org_labor_sch_rule.acct_exchange_rate%TYPE
80: ,x_ot_project_id OUT NOCOPY pa_projects_all.project_id%TYPE