DBA Data[Home] [Help]

APPS.GMD_AUTO_SAMPLE_PKG dependencies on GMD_SAMPLING_PLANS_B

Line 48: from gmd_sampling_plans_b sm

44: nvl(ARCHIVE_CNT_REQ,0) archive_cnt_req,
45: nvl(sample_qty, 0) sample_qty, sample_qty_uom,
46: nvl(RESERVE_QTY, 0) reserve_qty,
47: nvl(ARCHIVE_QTY,0) archive_qty
48: from gmd_sampling_plans_b sm
49: where sm.sampling_plan_id = x_sampling_plan_id ;
50:
51: -- bug 4924526 SQL Id 14689707 - fix this 13,582,446 shared memory FTS -
52: cursor get_vr_info (x_spec_vr_id number) is