DBA Data[Home] [Help]

APPS.PA_COST dependencies on PA_COST_RATE_PUB

Line 110: PA_COST_RATE_PUB.get_labor_rate(p_person_id =>P_person_id

106:
107: l_expend_organization_id := P_expend_organization_id;
108: l_exp_org_id := P_expenditure_org_id; /*2879644*/
109:
110: PA_COST_RATE_PUB.get_labor_rate(p_person_id =>P_person_id
111: ,p_txn_date =>P_Item_date
112: ,p_calling_module =>'STAFFED'
113: ,p_org_id =>l_exp_org_id /*2879644*/
114: ,x_job_id =>l_job_id

Line 2124: print_msg('Calling PA_COST_RATE_PUB.get_labor_rate API');

2120: /***LCE changes***/
2121:
2122: l_expend_organization_id := P_expend_organization_id;
2123:
2124: print_msg('Calling PA_COST_RATE_PUB.get_labor_rate API');
2125:
2126: PA_COST_RATE_PUB.get_labor_rate(p_person_id =>NULL
2127: ,p_txn_date =>P_Item_date
2128: ,p_calling_module =>'REQUIREMENT'

Line 2126: PA_COST_RATE_PUB.get_labor_rate(p_person_id =>NULL

2122: l_expend_organization_id := P_expend_organization_id;
2123:
2124: print_msg('Calling PA_COST_RATE_PUB.get_labor_rate API');
2125:
2126: PA_COST_RATE_PUB.get_labor_rate(p_person_id =>NULL
2127: ,p_txn_date =>P_Item_date
2128: ,p_calling_module =>'REQUIREMENT'
2129: ,p_org_id =>l_expend_organization_id /*5511578*/
2130: ,x_job_id =>px_proj_cost_job_id