DBA Data[Home] [Help]

APPS.AMV_UTILITY_PVT dependencies on AMV_C_CHANNELS_B

Line 355: From amv_c_channels_b

351: ) RETURN Boolean AS
352: --
353: CURSOR Check_ChannelID_csr is
354: Select channel_id
355: From amv_c_channels_b
356: where channel_id = p_channel_id;
357: l_valid_flag BOOLEAN := FALSE;
358: l_tmp_number NUMBER;
359: --