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 AS
2: /* $Header: PAXPCRTS.pls 120.0 2005/05/30 19:30:17 appldev noship $*/
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 74: ,x_cost_rate_curr_code OUT NOCOPY gl_sets_of_books.currency_code%TYPE

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