DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_WF_PVT dependencies on FND_LOOKUPS

Line 68: select meaning into l_uom_text from fnd_lookups

64: --Before due may have extra tokens
65: if l_msg_code = 'OKC_DEL_BEFOREDUE_NTF_SUBJECT' then
66: fnd_message.set_token(TOKEN => 'AMOUNT',VALUE => del_tokens_rec.notify_prior_due_date_value);
67:
68: select meaning into l_uom_text from fnd_lookups
69: where lookup_type = 'OKC_DELIVERABLE_TIME_UNITS'
70: and lookup_code = del_tokens_rec.notify_prior_due_date_uom;
71: fnd_message.set_token(TOKEN => 'UNITS' ,VALUE => l_uom_text);
72: end if; --end setting extra tokens