DBA Data[Home] [Help]

APPS.GHR_WF_PKG dependencies on FND_DATE

Line 972: l_line2 := fnd_date.date_to_displaydate(l_effective_date) || ' / ASAP';

968: end if;
969: p_line1 := l_line1;
970: -- Second line of message
971: IF l_proposed_effective_date is null then
972: l_line2 := fnd_date.date_to_displaydate(l_effective_date) || ' / ASAP';
973: ELSE
974: l_line2 := fnd_date.date_to_displaydate(l_effective_date) || ' / '|| fnd_date.date_to_displaydate(l_proposed_effective_date);
975: END IF;
976: p_line2 := l_line2;

Line 974: l_line2 := fnd_date.date_to_displaydate(l_effective_date) || ' / '|| fnd_date.date_to_displaydate(l_proposed_effective_date);

970: -- Second line of message
971: IF l_proposed_effective_date is null then
972: l_line2 := fnd_date.date_to_displaydate(l_effective_date) || ' / ASAP';
973: ELSE
974: l_line2 := fnd_date.date_to_displaydate(l_effective_date) || ' / '|| fnd_date.date_to_displaydate(l_proposed_effective_date);
975: END IF;
976: p_line2 := l_line2;
977: -- Third line of message
978: l_line3 := l_status;

Line 985: l_line5 := fnd_date.date_to_displaydate(sysdate) || ' / ' || fnd_date.date_to_displaydate(l_creation_date);

981: l_line4 := l_routing_group_name || ' - ' || l_description;
982: p_line4 := l_line4;
983: -- 5th line of message
984: if l_date_notification_sent Is Null then
985: l_line5 := fnd_date.date_to_displaydate(sysdate) || ' / ' || fnd_date.date_to_displaydate(l_creation_date);
986: else
987: l_line5 := fnd_date.date_to_displaydate(sysdate) || ' / ' || fnd_date.date_to_displaydate(l_date_notification_sent);
988: end if;
989: p_line5 := l_line5;

Line 987: l_line5 := fnd_date.date_to_displaydate(sysdate) || ' / ' || fnd_date.date_to_displaydate(l_date_notification_sent);

983: -- 5th line of message
984: if l_date_notification_sent Is Null then
985: l_line5 := fnd_date.date_to_displaydate(sysdate) || ' / ' || fnd_date.date_to_displaydate(l_creation_date);
986: else
987: l_line5 := fnd_date.date_to_displaydate(sysdate) || ' / ' || fnd_date.date_to_displaydate(l_date_notification_sent);
988: end if;
989: p_line5 := l_line5;
990: -- 6th of message
991: if l_to_organization_name Is Not Null then