DBA Data[Home] [Help]

APPS.PA_R_PROJECT_RESOURCES_PVT dependencies on PA_PARTY_RESOURCE_DETAILS_V

Line 1869: from pa_party_resource_details_v

1865: pa_resources.name is only VARCHAR2(100) */
1866: /*Bug 3612182:Modified the substr to substrb*/
1867: select substrb(party_name,1,100), start_date, end_date
1868: into l_name, l_start_date, l_end_date
1869: from pa_party_resource_details_v
1870: where party_id = l_party_id;
1871:
1872: pa_debug.g_err_stage := 'Log: Before Insert_into_PA procedure for external people';
1873: IF P_DEBUG_MODE = 'Y' THEN /* Added Debug Profile Option Check for bug#2674619 */