DBA Data[Home] [Help]

APPS.PA_COST1 dependencies on PA_COST_RATE_PUB

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

1064: ,p_exp_item_date => p_exp_item_date
1065: );
1066: End If;
1067:
1068: l_stage := 'Calling PA_COST_RATE_PUB.get_labor_rate API in STAFFED calling mode';
1069: print_msg(l_debug_flag,l_stage);
1070: l_rate_organization_id := NVL(l_override_organization_id,
1071: NVl(p_incurred_by_organization_id,p_nlr_organization_id));
1072: PA_COST_RATE_PUB.get_labor_rate

Line 1072: PA_COST_RATE_PUB.get_labor_rate

1068: l_stage := 'Calling PA_COST_RATE_PUB.get_labor_rate API in STAFFED calling mode';
1069: print_msg(l_debug_flag,l_stage);
1070: l_rate_organization_id := NVL(l_override_organization_id,
1071: NVl(p_incurred_by_organization_id,p_nlr_organization_id));
1072: PA_COST_RATE_PUB.get_labor_rate
1073: (p_person_id => p_person_id
1074: ,p_txn_date => p_Exp_item_date
1075: ,p_calling_module =>'STAFFED'
1076: ,p_org_id => NVL(p_expenditure_ou,p_project_OU)