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 3791: l_task_name_number := substr(fnd_date.date_to_canonical(sysdate),0,25);

3787: END IF;
3788: END IF;
3789: --end bug 4297370
3790:
3791: l_task_name_number := substr(fnd_date.date_to_canonical(sysdate),0,25);
3792: --
3793: --
3794: IF (p_debug_mode = 'Y') THEN
3795: pa_debug.debug('Before call to Insert_Subproject_Association');