DBA Data[Home] [Help]

APPS.PAY_EVENTS_WRAPPER dependencies on FND_DATE

Line 1127: msg('Getting affected assignments for '||fnd_date.date_to_canonical(p_start_date)||' '||fnd_date.date_to_canonical(p_end_date));

1123: new_assignment BOOLEAN;
1124: --
1125: BEGIN
1126: -- Get the affected assignments
1127: msg('Getting affected assignments for '||fnd_date.date_to_canonical(p_start_date)||' '||fnd_date.date_to_canonical(p_end_date));
1128: l_loop := 0;
1129: l_element_entries_dt_id := get_element_entry_table_id;
1130: --
1131: -- Get those affected by inserts and deletes

Line 1450: dbg('p_start_date => '||fnd_date.date_to_canonical(p_start_date));

1446: BEGIN
1447: msg('Adding supervisor ID correction changes');
1448: dbg('Start index is at row '||l_idx);
1449: dbg('Parameters are (not including output table):');
1450: dbg('p_start_date => '||fnd_date.date_to_canonical(p_start_date));
1451: dbg('p_end_date => '||fnd_date.date_to_canonical(p_end_date));
1452: --
1453: dbg('g_EVENT_GROUP_ID => '||g_EVENT_GROUP_ID);
1454: --

Line 1451: dbg('p_end_date => '||fnd_date.date_to_canonical(p_end_date));

1447: msg('Adding supervisor ID correction changes');
1448: dbg('Start index is at row '||l_idx);
1449: dbg('Parameters are (not including output table):');
1450: dbg('p_start_date => '||fnd_date.date_to_canonical(p_start_date));
1451: dbg('p_end_date => '||fnd_date.date_to_canonical(p_end_date));
1452: --
1453: dbg('g_EVENT_GROUP_ID => '||g_EVENT_GROUP_ID);
1454: --
1455: -- Switch on location striping if desired