DBA Data[Home] [Help]

APPS.WF_ITEM_DEFINITION dependencies on STANDARD

Line 105: ** Create a standard title page with the item_type display name as the title

101:
102: END IF;
103:
104: /*
105: ** Create a standard title page with the item_type display name as the title
106: */
107: wf_item_definition.draw_header(
108: NULL,
109: NULL,

Line 548: ** Open body and draw standard header

544: -- wfa_html.create_help_function('wfnew/wfnew49.htm');
545: wfa_html.create_help_function('wf/links/itt.htm?ITTDEFPG');
546:
547: /*
548: ** Open body and draw standard header
549: */
550: if (p_caller = 'FIND') THEN
551:
552: wfa_sec.header(FALSE, '', l_title, FALSE);

Line 673: ** Open body and draw standard header

669: l_wf_lookup_types_tbl,
670: l_wf_lookups_tbl);
671:
672: /*
673: ** Open body and draw standard header
674: */
675: wfa_sec.header(background_only=>TRUE);
676:
677: /*

Line 842: ** Open body and draw standard header

838: l_wf_lookup_types_tbl,
839: l_wf_lookups_tbl);
840:
841: /*
842: ** Open body and draw standard header
843: */
844: wfa_sec.header(background_only=>TRUE);
845:
846: /*