DBA Data[Home] [Help]

APPS.PAY_EVENTS_WRAPPER dependencies on FND_DATE

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

1105: new_assignment BOOLEAN;
1106: --
1107: BEGIN
1108: -- Get the affected assignments
1109: msg('Getting affected assignments for '||fnd_date.date_to_canonical(p_start_date)||' '||fnd_date.date_to_canonical(p_end_date));
1110: l_loop := 0;
1111: l_element_entries_dt_id := get_element_entry_table_id;
1112: --
1113: -- Get those affected by inserts and deletes

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

1428: BEGIN
1429: msg('Adding supervisor ID correction changes');
1430: dbg('Start index is at row '||l_idx);
1431: dbg('Parameters are (not including output table):');
1432: dbg('p_start_date => '||fnd_date.date_to_canonical(p_start_date));
1433: dbg('p_end_date => '||fnd_date.date_to_canonical(p_end_date));
1434: --
1435: dbg('g_EVENT_GROUP_ID => '||g_EVENT_GROUP_ID);
1436: --

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

1429: msg('Adding supervisor ID correction changes');
1430: dbg('Start index is at row '||l_idx);
1431: dbg('Parameters are (not including output table):');
1432: dbg('p_start_date => '||fnd_date.date_to_canonical(p_start_date));
1433: dbg('p_end_date => '||fnd_date.date_to_canonical(p_end_date));
1434: --
1435: dbg('g_EVENT_GROUP_ID => '||g_EVENT_GROUP_ID);
1436: --
1437: -- Switch on location striping if desired