DBA Data[Home] [Help]

APPS.GMD_QC_MIGRATE_TO_1151J dependencies on STANDARD

Line 2413: -- per apps standards

2409: coa_rec c_get_coa_inds%ROWTYPE;
2410:
2411:
2412: -- Bug 3859406; replaced table all_tab_columns with fnd_columns;
2413: -- per apps standards
2414: -- Revert back to all_tab_columns since the file is delivered to 11.5.10
2415: CURSOR c_patch_level IS
2416: SELECT 'K+'
2417: from all_tab_columns

Line 3959: -- per apps standards

3955: WHERE orgn_code = smpl_rec.orgn_code
3956: and sample_no = smpl_rec.sample_no;
3957:
3958: -- Bug 3859406; replaced table all_tab_columns with fnd_columns;
3959: -- per apps standards
3960:
3961: -- B3883674 Added following cursor
3962: -- Refer to GMD_SAMPLING_EVENTS for sample_type column
3963: CURSOR c_patch_level1 IS