DBA Data[Home] [Help]

APPS.MSC_COPY_PLAN_OPTIONS dependencies on MSC_COPY_PLAN_OPTIONS

Line 1: PACKAGE BODY MSC_COPY_PLAN_OPTIONS AS

1: PACKAGE BODY MSC_COPY_PLAN_OPTIONS AS
2: /* $Header: MSCCPPOB.pls 120.8 2007/06/29 12:52:31 skakani ship $ */
3:
4: Type tname_type is table of Varchar2(30);
5:

Line 800: end msc_copy_plan_options;

796: l_return := get_column_name(p_bind_var_col1 , p_table_name ,p_column_name) ;
797: return l_return ;
798: End Get_Column_Value;
799:
800: end msc_copy_plan_options;