DBA Data[Home] [Help]

APPS.FLM_EKB_UNMOVED_CARDS dependencies on FLM_EKB_PREFERENCE_VALUES

Line 5: status FLM_EKB_PREFERENCE_VALUES.attribute_name%TYPE,

1: package flm_ekb_unmoved_cards AUTHID CURRENT_USER as
2: /* $Header: FLMKBUCS.pls 120.1 2011/02/14 03:07:46 sunarang noship $ * */
3:
4: TYPE flm_unmoved_lead_rec IS RECORD (
5: status FLM_EKB_PREFERENCE_VALUES.attribute_name%TYPE,
6: leadtime FLM_EKB_PREFERENCE_VALUES.attribute_value_code%TYPE,
7: leadtime_pct number
8: );
9:

Line 6: leadtime FLM_EKB_PREFERENCE_VALUES.attribute_value_code%TYPE,

2: /* $Header: FLMKBUCS.pls 120.1 2011/02/14 03:07:46 sunarang noship $ * */
3:
4: TYPE flm_unmoved_lead_rec IS RECORD (
5: status FLM_EKB_PREFERENCE_VALUES.attribute_name%TYPE,
6: leadtime FLM_EKB_PREFERENCE_VALUES.attribute_value_code%TYPE,
7: leadtime_pct number
8: );
9:
10: TYPE flm_unmoved_lead_table IS TABLE OF flm_unmoved_lead_rec;