DBA Data[Home] [Help]

APPS.PA_PROJECT_PARTIES_PUB dependencies on PA_RESOURCE_UTILS

Line 159: l_key_member_start_date := PA_RESOURCE_UTILS.GET_PERSON_START_DATE(p_resource_source_id);

155:
156:
157: /* Modified for the bug 2686120 changed the parameter to get the values of start date.*/
158:
159: l_key_member_start_date := PA_RESOURCE_UTILS.GET_PERSON_START_DATE(p_resource_source_id);
160:
161: /*Commented the below code for the bug 2910972*/
162:
163: /*IF p_start_date_active is null OR

Line 236: PA_RESOURCE_UTILS.Check_ResourceName_Or_Id ( p_resource_id => p_resource_source_id

232:
233: /* End of code for Bug 4947618 */
234:
235: --dbms_output.put_line('Check4');
236: PA_RESOURCE_UTILS.Check_ResourceName_Or_Id ( p_resource_id => p_resource_source_id
237: ,p_resource_type_id => p_resource_type_id
238: ,p_resource_name => p_resource_name
239: ,p_check_id_flag => l_check_id_flag --Bug 4947618 PA_STARTUP.G_Check_ID_Flag
240: ,p_date => l_start_date_active

Line 447: PA_RESOURCE_UTILS.Check_ResourceName_Or_Id ( p_resource_id => p_resource_source_id

443: END IF;
444:
445: /* End of code for Bug 4947618 */
446:
447: PA_RESOURCE_UTILS.Check_ResourceName_Or_Id ( p_resource_id => p_resource_source_id
448: ,p_resource_type_id => p_resource_type_id
449: ,p_resource_name => p_resource_name
450: ,p_check_id_flag => l_check_id_flag --bug 4947618 PA_STARTUP.G_Check_ID_Flag
451: ,p_date => l_start_date_active