DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_GRP dependencies on GMD_SAMPLES_GRP

Line 957: l_sample_display GMD_SAMPLES_GRP.sample_display_rec;

953: AND inventory_location_id = l_inv_vr.locator_id;
954:
955:
956:
957: l_sample_display GMD_SAMPLES_GRP.sample_display_rec;
958: dummy NUMBER;
959: l_status_ctl VARCHAR2(1);
960: l_lot_ctl NUMBER;
961: l_child_lot_ctl VARCHAR2(1);

Line 1005: GMD_SAMPLES_GRP.get_item_values (p_sample_display => l_sample_display);

1001: --=========================================================================
1002:
1003: l_sample_display.organization_id := l_inv_vr.organization_id;
1004: l_sample_display.inventory_item_id := l_spec.inventory_item_id;
1005: GMD_SAMPLES_GRP.get_item_values (p_sample_display => l_sample_display);
1006: l_lot_ctl := l_sample_display.lot_control_code;
1007: l_status_ctl := l_sample_display.lot_status_enabled;
1008: l_child_lot_ctl := l_sample_display.child_lot_flag;
1009:

Line 1790: l_sample_display GMD_SAMPLES_GRP.sample_display_rec;

1786: l_routing_vers GMD_ROUTINGS.ROUTING_VERS%TYPE;
1787: l_step_no GMD_WIP_SPEC_VRS.STEP_NO%TYPE;
1788: l_oprn_no GMD_OPERATIONS.OPRN_NO%TYPE;
1789: l_oprn_vers GMD_OPERATIONS.OPRN_VERS%TYPE;
1790: l_sample_display GMD_SAMPLES_GRP.sample_display_rec;
1791:
1792: BEGIN
1793: l_wip_vr := p_wip_vr;
1794: l_spec := p_spec;

Line 1852: GMD_SAMPLES_GRP.get_item_values (p_sample_display => l_sample_display);

1848: --=========================================================================
1849:
1850: l_sample_display.organization_id := l_wip_vr.organization_id;
1851: l_sample_display.inventory_item_id := l_spec.inventory_item_id;
1852: GMD_SAMPLES_GRP.get_item_values (p_sample_display => l_sample_display);
1853: l_lot_ctl := l_sample_display.lot_control_code;
1854: l_status_ctl := l_sample_display.lot_status_enabled;
1855:
1856: --=========================================================================

Line 2801: l_sample_display GMD_SAMPLES_GRP.sample_display_rec;

2797:
2798: -- Local Variables
2799: dummy PLS_INTEGER;
2800: l_lot_ctl NUMBER;
2801: l_sample_display GMD_SAMPLES_GRP.sample_display_rec;
2802:
2803: BEGIN
2804:
2805: --=========================================================================

Line 2851: GMD_SAMPLES_GRP.get_item_values (p_sample_display => l_sample_display);

2847: -- Get Item Controls
2848: --=========================================================================
2849: l_sample_display.organization_id := p_cust_vr.organization_id;
2850: l_sample_display.inventory_item_id := p_spec.inventory_item_id;
2851: GMD_SAMPLES_GRP.get_item_values (p_sample_display => l_sample_display);
2852: l_lot_ctl := l_sample_display.lot_control_code;
2853:
2854:
2855: --=========================================================================