DBA Data[Home] [Help]

APPS.AS_SC_DENORM dependencies on AS_LEADS_ALL

Line 57: Type close_reason_list is Table of as_leads_all.close_reason%type Index by Binary_integer;

53: Type opp_created_name_list is Table of as_sales_credits_denorm.opportunity_created_name%type Index by Binary_integer;
54: Type opp_last_upd_name_list is Table of as_sales_credits_denorm.opportunity_last_updated_name%type Index by Binary_integer;
55: Type close_reason_men_list is Table of Varchar2(80) Index by Binary_integer;
56: Type business_group_name_list is Table of Varchar2(60) Index by Binary_integer;
57: Type close_reason_list is Table of as_leads_all.close_reason%type Index by Binary_integer;
58: Type rolling_frcst_flg_list is Table of as_sales_credits_denorm.rolling_forecast_flag%type Index by Binary_integer;
59: Type frcst_date_list is Table of as_sales_credits_denorm.forecast_date%type Index by Binary_integer;
60: Type opp_creation_date_list is Table of as_leads_all.creation_date%type Index by Binary_integer;
61: Type opp_created_by_list is Table of as_leads_all.created_by%type Index by Binary_integer;

Line 60: Type opp_creation_date_list is Table of as_leads_all.creation_date%type Index by Binary_integer;

56: Type business_group_name_list is Table of Varchar2(60) Index by Binary_integer;
57: Type close_reason_list is Table of as_leads_all.close_reason%type Index by Binary_integer;
58: Type rolling_frcst_flg_list is Table of as_sales_credits_denorm.rolling_forecast_flag%type Index by Binary_integer;
59: Type frcst_date_list is Table of as_sales_credits_denorm.forecast_date%type Index by Binary_integer;
60: Type opp_creation_date_list is Table of as_leads_all.creation_date%type Index by Binary_integer;
61: Type opp_created_by_list is Table of as_leads_all.created_by%type Index by Binary_integer;
62: Type attribute_category_list is Table of Varchar2(30) Index by Binary_integer;
63: Type attribute_list is Table of Varchar2(150) Index by Binary_integer;
64:

Line 61: Type opp_created_by_list is Table of as_leads_all.created_by%type Index by Binary_integer;

57: Type close_reason_list is Table of as_leads_all.close_reason%type Index by Binary_integer;
58: Type rolling_frcst_flg_list is Table of as_sales_credits_denorm.rolling_forecast_flag%type Index by Binary_integer;
59: Type frcst_date_list is Table of as_sales_credits_denorm.forecast_date%type Index by Binary_integer;
60: Type opp_creation_date_list is Table of as_leads_all.creation_date%type Index by Binary_integer;
61: Type opp_created_by_list is Table of as_leads_all.created_by%type Index by Binary_integer;
62: Type attribute_category_list is Table of Varchar2(30) Index by Binary_integer;
63: Type attribute_list is Table of Varchar2(150) Index by Binary_integer;
64:
65: scd_attribute_category attribute_category_list;