DBA Data[Home] [Help]

APPS.BSC_MO_INPUT_TABLE_PKG dependencies on BSC_DB_CALCULATIONS

Line 2665: bsc_db_calculations calc

2661:
2662: CURSOR cZeroCode (p_column in varchar2) IS
2663: select source_column, nvl(calculation_type, 0) from
2664: bsc_db_Tables_cols cols,
2665: bsc_db_calculations calc
2666: where
2667: cols.table_name = calc.table_name (+)
2668: and cols.table_name = p_table
2669: and cols.column_type = 'P'