DBA Data[Home] [Help]

APPS.WF_ITEM_DEFINITION dependencies on WF_ITEM_ATTRIBUTES_VL_PUB

Line 595: l_wf_item_attributes_vl_tbl wf_item_attributes_vl_pub.wf_item_attributes_vl_tbl_type;

591: l_username VARCHAR2(320);
592: l_expected_format VARCHAR2(80);
593:
594: l_wf_item_types_vl_tbl wf_item_types_vl_pub.wf_item_types_vl_tbl_type;
595: l_wf_item_attributes_vl_tbl wf_item_attributes_vl_pub.wf_item_attributes_vl_tbl_type;
596: l_wf_activities_vl_tbl wf_activities_vl_pub.wf_activities_vl_tbl_type;
597: l_wf_activity_attr_vl_tbl wf_activities_vl_pub.wf_activity_attr_vl_tbl_type;
598: l_wf_messages_vl_tbl wf_messages_vl_pub.wf_messages_vl_tbl_type;
599: l_wf_message_attr_vl_tbl wf_messages_vl_pub.wf_message_attr_vl_tbl_type;

Line 634: wf_item_attributes_vl_pub.fetch_item_attributes

630:
631: /*
632: ** Fetch all the item attributes associtated with this item type
633: */
634: wf_item_attributes_vl_pub.fetch_item_attributes
635: (l_item_type,
636: null,
637: l_wf_item_attributes_vl_tbl);
638:

Line 694: wf_item_attributes_vl_pub.draw_item_attribute_list

690:
691: /*
692: ** List all the item attribute names
693: */
694: wf_item_attributes_vl_pub.draw_item_attribute_list
695: (l_wf_item_attributes_vl_tbl,
696: l_effective_date,
697: 1);
698:

Line 766: l_wf_item_attributes_vl_tbl wf_item_attributes_vl_pub.wf_item_attributes_vl_tbl_type;

762: l_item_type VARCHAR2(30);
763: l_expected_format VARCHAR2(80);
764:
765: l_wf_item_types_vl_tbl wf_item_types_vl_pub.wf_item_types_vl_tbl_type;
766: l_wf_item_attributes_vl_tbl wf_item_attributes_vl_pub.wf_item_attributes_vl_tbl_type;
767: l_wf_activities_vl_tbl wf_activities_vl_pub.wf_activities_vl_tbl_type;
768: l_wf_activity_attr_vl_tbl wf_activities_vl_pub.wf_activity_attr_vl_tbl_type;
769: l_wf_messages_vl_tbl wf_messages_vl_pub.wf_messages_vl_tbl_type;
770: l_wf_message_attr_vl_tbl wf_messages_vl_pub.wf_message_attr_vl_tbl_type;

Line 804: wf_item_attributes_vl_pub.fetch_item_attributes

800:
801: /*
802: ** Fetch all the item attributes associtated with this item type
803: */
804: wf_item_attributes_vl_pub.fetch_item_attributes
805: (l_item_type,
806: null,
807: l_wf_item_attributes_vl_tbl);
808:

Line 861: wf_item_attributes_vl_pub.draw_item_attribute_details

857:
858: /*
859: ** List all the item attribute details
860: */
861: wf_item_attributes_vl_pub.draw_item_attribute_details
862: (l_wf_item_attributes_vl_tbl,
863: 1);
864:
865: /*