DBA Data[Home] [Help]

APPS.WF_ACTIVITIES_VL_PUB dependencies on STANDARD

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

575: l_effective_date := TO_DATE(p_effective_date, 'YYYY/MM/DD HH24:MI:SS');
576: l_print_date := TO_CHAR(l_effective_date, l_expected_format);
577:
578: /*
579: ** Create a standard title page with the item_type display name as the title
580: */
581: wf_item_definition.draw_header(
582: p_item_type,
583: l_print_date,