DBA Data[Home] [Help]

APPS.PY_ROLLBACK_PKG dependencies on FND_DATE

Line 1199: ('SYSDATE',fnd_date.date_to_canonical(p_info.current_date));

1195: hr_utility.set_message (801, 'HR_ACTION_ASACT_ROLLOK');
1196: hr_utility.set_message_token('ASG_NUMBER',p_info.assignment_number);
1197: hr_utility.set_message_token('FULL_NAME',p_info.full_name);
1198: hr_utility.set_message_token
1199: ('SYSDATE',fnd_date.date_to_canonical(p_info.current_date));
1200: --
1201: -- Message will insert at payroll action level.
1202: l_source_id := p_info.pact_id;
1203: l_source_type := 'P';

Line 1237: fnd_date.date_to_canonical(p_info.current_date));

1233: -- Common message tokens.
1234: hr_utility.set_message_token('ACTION_TYPE',l_action_name);
1235: hr_utility.set_message_token('BG_NAME',p_info.bg_name);
1236: hr_utility.set_message_token('SYSDATE',
1237: fnd_date.date_to_canonical(p_info.current_date));
1238: --
1239: -- Message will insert at business group level.
1240: l_source_id := p_info.bg_id;
1241: l_source_type := 'B';