DBA Data[Home] [Help]

APPS.PY_ROLLBACK_PKG dependencies on FND_DATE

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

1190: hr_utility.set_message (801, 'HR_ACTION_ASACT_ROLLOK');
1191: hr_utility.set_message_token('ASG_NUMBER',p_info.assignment_number);
1192: hr_utility.set_message_token('FULL_NAME',p_info.full_name);
1193: hr_utility.set_message_token
1194: ('SYSDATE',fnd_date.date_to_canonical(p_info.current_date));
1195: --
1196: -- Message will insert at payroll action level.
1197: l_source_id := p_info.pact_id;
1198: l_source_type := 'P';

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

1228: -- Common message tokens.
1229: hr_utility.set_message_token('ACTION_TYPE',l_action_name);
1230: hr_utility.set_message_token('BG_NAME',p_info.bg_name);
1231: hr_utility.set_message_token('SYSDATE',
1232: fnd_date.date_to_canonical(p_info.current_date));
1233: --
1234: -- Message will insert at business group level.
1235: l_source_id := p_info.bg_id;
1236: l_source_type := 'B';