DBA Data[Home] [Help]

APPS.PA_COST1 dependencies on PA_COST_RATE_PUB

Line 1380: l_stage := 'Calling PA_COST_RATE_PUB.get_labor_rate API in STAFFED calling mode';

1376: print_msg(l_debug_flag,l_stage);
1377:
1378: /* 12.2 payroll integration .. set the globals for RBC .. end */
1379:
1380: l_stage := 'Calling PA_COST_RATE_PUB.get_labor_rate API in STAFFED calling mode';
1381: print_msg(l_debug_flag,l_stage);
1382: l_rate_organization_id := NVL(l_override_organization_id,
1383: NVl(p_incurred_by_organization_id,p_nlr_organization_id));
1384: PA_COST_RATE_PUB.get_labor_rate

Line 1384: PA_COST_RATE_PUB.get_labor_rate

1380: l_stage := 'Calling PA_COST_RATE_PUB.get_labor_rate API in STAFFED calling mode';
1381: print_msg(l_debug_flag,l_stage);
1382: l_rate_organization_id := NVL(l_override_organization_id,
1383: NVl(p_incurred_by_organization_id,p_nlr_organization_id));
1384: PA_COST_RATE_PUB.get_labor_rate
1385: (p_person_id => p_person_id
1386: ,p_txn_date => p_Exp_item_date
1387: ,p_calling_module =>'STAFFED'
1388: ,p_org_id => NVL(p_expenditure_ou,p_project_OU)