DBA Data[Home] [Help]

APPS.AS_OSI_LEAD_PUB dependencies on AS_OSI_CONTR_NAMES_BASE

Line 432: from as_osi_contr_names_base

428: p_osi_cnb_tbl out OSI_CNB_TBL_TYPE
429: ) is
430: cursor cnb_cur is
431: select CNAME_ID, CONTR_NAME, CVEHICLE
432: from as_osi_contr_names_base
433: where nvl(enabled_flag,'Y') = 'Y'
434: order by CVEHICLE, CONTR_NAME;
435: l_osi_cnb_tbl OSI_CNB_TBL_TYPE := G_MISS_OSI_CNB_TBL;
436: ndx binary_integer := 0;