DBA Data[Home] [Help]

APPS.GMD_QC_MIG12 dependencies on INV_OPM_LOT_MIGRATION

Line 2890: inv_opm_lot_migration.GET_ODM_LOT (

2886: IF (l_get_parent_only = 1) THEN
2887: l_parent_lot_number := v_samp_rec.lot_no;
2888: l_lot_number := null;
2889: ELSE
2890: inv_opm_lot_migration.GET_ODM_LOT (
2891: P_MIGRATION_RUN_ID => p_migration_run_id,
2892: P_ORGN_CODE => v_samp_rec.orgn_code,
2893: P_ITEM_ID => v_samp_rec.item_id,
2894: P_LOT_NO => v_samp_rec.lot_no,

Line 3472: inv_opm_lot_migration.GET_ODM_LOT (

3468: Get Lot Number.
3469: =======================*/
3470:
3471: IF (v_result.test_kit_lot_no IS NOT NULL AND l_inventory_item_id IS NOT NULL) THEN
3472: inv_opm_lot_migration.GET_ODM_LOT (
3473: P_MIGRATION_RUN_ID => p_migration_run_id,
3474: P_ORGN_CODE => v_result.qc_lab_orgn_code,
3475: P_ITEM_ID => v_result.test_kit_item_id,
3476: P_LOT_NO => v_result.test_kit_lot_no,

Line 4411: inv_opm_lot_migration.GET_ODM_LOT (

4407: IF (l_get_parent_only = 1) THEN
4408: l_parent_lot_number := l_inv_spec.lot_no;
4409: l_lot_number := null;
4410: ELSE
4411: inv_opm_lot_migration.GET_ODM_LOT (
4412: P_MIGRATION_RUN_ID => p_migration_run_id,
4413: P_ORGN_CODE => l_inv_spec.orgn_code,
4414: P_ITEM_ID => l_item_id,
4415: P_LOT_NO => l_inv_spec.lot_no,

Line 4581: inv_opm_lot_migration.GET_ODM_LOT (

4577: IF (l_get_parent_only = 1) THEN
4578: l_parent_lot_number := l_inv_spec.lot_no;
4579: l_lot_number := null;
4580: ELSE
4581: inv_opm_lot_migration.GET_ODM_LOT (
4582: P_MIGRATION_RUN_ID => p_migration_run_id,
4583: P_ORGN_CODE => l_sample_orgn_code,
4584: P_ITEM_ID => l_item_id,
4585: P_LOT_NO => l_inv_spec.lot_no,

Line 4685: inv_opm_lot_migration.GET_ODM_LOT (

4681: IF (l_get_parent_only = 1) THEN
4682: l_parent_lot_number := l_inv_spec.lot_no;
4683: l_lot_number := null;
4684: ELSE
4685: inv_opm_lot_migration.GET_ODM_LOT (
4686: P_MIGRATION_RUN_ID => p_migration_run_id,
4687: P_ORGN_CODE => l_sample_orgn_code,
4688: P_ITEM_ID => l_item_id,
4689: P_LOT_NO => l_inv_spec.lot_no,

Line 7587: inv_opm_lot_migration.GET_ODM_LOT (

7583: IF (l_ss_item_id IS NOT NULL AND l_matl_rec.lot_id IS NOT NULL) THEN --verify
7584: /*=======================
7585: Get Lot Number.
7586: =======================*/
7587: inv_opm_lot_migration.GET_ODM_LOT (
7588: P_MIGRATION_RUN_ID => p_migration_run_id,
7589: P_ORGN_CODE => l_lot_orgn_code,
7590: P_ITEM_ID => l_ss_item_id,
7591: P_LOT_ID => l_matl_rec.lot_id,