DBA Data[Home] [Help]

APPS.PA_RELATIONSHIP_PVT dependencies on FND_DATE

Line 324: l_task_name_number := substr(fnd_date.date_to_canonical(sysdate),0,25);

320:
321: IF (p_debug_mode = 'Y') THEN
322: pa_debug.debug('need to create new sub task');
323: END IF;
324: l_task_name_number := substr(fnd_date.date_to_canonical(sysdate),0,25);
325:
326:
327: --get scheduled dates from the linked task/structure
328: OPEN get_scheduled_dates(l_id_to);

Line 3804: l_task_name_number := substr(fnd_date.date_to_canonical(sysdate),0,25);

3800: END IF;
3801: END IF;
3802: --end bug 4297370
3803:
3804: l_task_name_number := substr(fnd_date.date_to_canonical(sysdate),0,25);
3805: --
3806: --
3807: IF (p_debug_mode = 'Y') THEN
3808: pa_debug.debug('Before call to Insert_Subproject_Association');