DBA Data[Home] [Help]

APPS.IEC_VALIDATE_PVT dependencies on IEC_SUBSET_PVT

Line 569: , 'IEC_SUBSET_PVT.GET_SUBSET_VIEW'

565: ( p_subset_name
566:
567: , p_list_name
568:
569: , 'IEC_SUBSET_PVT.GET_SUBSET_VIEW'
570:
571: , g_message
572:
573: , g_encoded_message

Line 6038: x_subset_view_col(x_subset_view_col.LAST) := IEC_SUBSET_PVT.GET_SUBSET_VIEW

6034:
6035:
6036: -- Retrieve Subset View (Created if necessary, but should already exist)
6037:
6038: x_subset_view_col(x_subset_view_col.LAST) := IEC_SUBSET_PVT.GET_SUBSET_VIEW
6039:
6040: ( 0
6041:
6042: , p_list_id

Line 6106: x_subset_view_col(x_subset_view_col.LAST) := IEC_SUBSET_PVT.GET_SUBSET_VIEW

6102:
6103:
6104: -- Retrieve Subset View (Created if necessary)
6105:
6106: x_subset_view_col(x_subset_view_col.LAST) := IEC_SUBSET_PVT.GET_SUBSET_VIEW
6107:
6108: ( 0
6109:
6110: , p_list_id

Line 6134: IEC_SUBSET_PVT.CREATE_SUBSET_RT_INFO(l_subset_id);

6130: END IF;
6131:
6132:
6133:
6134: IEC_SUBSET_PVT.CREATE_SUBSET_RT_INFO(l_subset_id);
6135:
6136:
6137:
6138: END LOOP;