DBA Data[Home] [Help]

APPS.AS_OSI_LEAD_PUB dependencies on AS_OSI_CONS_CCS_BASE

Line 567: from as_osi_cons_ccs_base

563: p_osi_ccs_tbl out OSI_CCS_TBL_TYPE
564: ) is
565: cursor ccs_cur is
566: select cc, center_name
567: from as_osi_cons_ccs_base
568: where nvl(enabled_flag,'Y') = 'Y'
569: order by 1;
570: l_osi_ccs_tbl OSI_CCS_TBL_TYPE := G_MISS_OSI_CCS_TBL;
571: ndx binary_integer := 0;