DBA Data[Home] [Help]

APPS.HXC_TIMECARD_APPROVAL dependencies on WF_PROCESS_ACTIVITIES

Line 483: p_process_name in wf_process_activities.process_name%type,

479: -- non active assignment
480: Function begin_approval
481: (p_blocks in hxc_block_table_type,
482: p_item_type in wf_items.item_type%type,
483: p_process_name in wf_process_activities.process_name%type,
484: p_resubmitted in varchar2,
485: p_timecard_props in hxc_timecard_prop_table_type,
486: p_messages in out nocopy hxc_message_table_type
487: ) return VARCHAR2 is