DBA Data[Home] [Help]

APPS.FLM_KANBAN_CUSTOM_PKG dependencies on MTL_KANBAN_CARD_ACTIVITY

Line 7: last_activity_date mtl_kanban_card_activity.creation_date%Type

3:
4: TYPE flm_custom_uc_rec IS RECORD (
5: kanban_card_id mtl_kanban_cards.kanban_card_id%Type,
6: Unmoved_flag mtl_kanban_cards.move_status%Type,
7: last_activity_date mtl_kanban_card_activity.creation_date%Type
8: );
9:
10: TYPE flm_custom_uc_table IS TABLE OF flm_custom_uc_rec;
11: