DBA Data[Home] [Help]

APPS.PA_PAXINGEN_XMLP_PKG dependencies on FND_LOOKUPS

Line 230: from fnd_lookups

226: c_project_name := p_name;
227: IF display_details is not null then
228: begin
229: select substr(meaning,1,30) into disp_details
230: from fnd_lookups
231: where
232: lookup_type = 'YES_NO'
233: and lookup_code = display_details;
234: exception

Line 249: from fnd_lookups

245: C_display_details := disp_details;
246: IF display_unbilled_items is not null then
247: begin
248: select substr(meaning,1,30) into disp_unbilled
249: from fnd_lookups
250: where
251: lookup_type = 'YES_NO'
252: and lookup_code = display_unbilled_items;
253: exception