DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_WF_PVT dependencies on FND_LOOKUPS

Line 83: select meaning into l_uom_text from fnd_lookups

79: if l_msg_code = 'OKC_DEL_BEFOREDUE_NTF_SUBJECT' THEN
80:
81: fnd_message.set_token(TOKEN => 'AMOUNT',VALUE => del_tokens_rec.notify_prior_due_date_value);
82:
83: select meaning into l_uom_text from fnd_lookups
84: where lookup_type = 'OKC_DELIVERABLE_TIME_UNITS'
85: and lookup_code = del_tokens_rec.notify_prior_due_date_uom;
86: fnd_message.set_token(TOKEN => 'UNITS' ,VALUE => l_uom_text);
87: end if; --end setting extra tokens for okc_del_beforedue_ntf_subject