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 6060: x_subset_view_col(x_subset_view_col.LAST) := IEC_SUBSET_PVT.GET_SUBSET_VIEW

6056:
6057:
6058: -- Retrieve Subset View (Created if necessary, but should already exist)
6059:
6060: x_subset_view_col(x_subset_view_col.LAST) := IEC_SUBSET_PVT.GET_SUBSET_VIEW
6061:
6062: ( 0
6063:
6064: , p_list_id

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

6124:
6125:
6126: -- Retrieve Subset View (Created if necessary)
6127:
6128: x_subset_view_col(x_subset_view_col.LAST) := IEC_SUBSET_PVT.GET_SUBSET_VIEW
6129:
6130: ( 0
6131:
6132: , p_list_id

Line 6156: IEC_SUBSET_PVT.CREATE_SUBSET_RT_INFO(l_subset_id);

6152: END IF;
6153:
6154:
6155:
6156: IEC_SUBSET_PVT.CREATE_SUBSET_RT_INFO(l_subset_id);
6157:
6158:
6159:
6160: END LOOP;