DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_GRP dependencies on GMD_SAMPLES_GRP

Line 968: l_sample_display GMD_SAMPLES_GRP.sample_display_rec;

964: AND inventory_location_id = l_inv_vr.locator_id;
965:
966:
967:
968: l_sample_display GMD_SAMPLES_GRP.sample_display_rec;
969: dummy NUMBER;
970: l_status_ctl VARCHAR2(1);
971: l_lot_ctl NUMBER;
972: l_child_lot_ctl VARCHAR2(1);

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

1012: --=========================================================================
1013:
1014: l_sample_display.organization_id := l_inv_vr.organization_id;
1015: l_sample_display.inventory_item_id := l_spec.inventory_item_id;
1016: GMD_SAMPLES_GRP.get_item_values (p_sample_display => l_sample_display);
1017: l_lot_ctl := l_sample_display.lot_control_code;
1018: l_status_ctl := l_sample_display.lot_status_enabled;
1019: l_child_lot_ctl := l_sample_display.child_lot_flag;
1020:

Line 1889: l_sample_display GMD_SAMPLES_GRP.sample_display_rec;

1885: l_routing_vers GMD_ROUTINGS.ROUTING_VERS%TYPE;
1886: l_step_no GMD_WIP_SPEC_VRS.STEP_NO%TYPE;
1887: l_oprn_no GMD_OPERATIONS.OPRN_NO%TYPE;
1888: l_oprn_vers GMD_OPERATIONS.OPRN_VERS%TYPE;
1889: l_sample_display GMD_SAMPLES_GRP.sample_display_rec;
1890:
1891: BEGIN
1892: l_wip_vr := p_wip_vr;
1893: l_spec := p_spec;

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

1947: --=========================================================================
1948:
1949: l_sample_display.organization_id := l_wip_vr.organization_id;
1950: l_sample_display.inventory_item_id := l_spec.inventory_item_id;
1951: GMD_SAMPLES_GRP.get_item_values (p_sample_display => l_sample_display);
1952: l_lot_ctl := l_sample_display.lot_control_code;
1953: l_status_ctl := l_sample_display.lot_status_enabled;
1954:
1955: --=========================================================================

Line 2950: l_sample_display GMD_SAMPLES_GRP.sample_display_rec;

2946:
2947: -- Local Variables
2948: dummy PLS_INTEGER;
2949: l_lot_ctl NUMBER;
2950: l_sample_display GMD_SAMPLES_GRP.sample_display_rec;
2951:
2952: BEGIN
2953:
2954: --=========================================================================

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

2996: -- Get Item Controls
2997: --=========================================================================
2998: l_sample_display.organization_id := p_cust_vr.organization_id;
2999: l_sample_display.inventory_item_id := p_spec.inventory_item_id;
3000: GMD_SAMPLES_GRP.get_item_values (p_sample_display => l_sample_display);
3001: l_lot_ctl := l_sample_display.lot_control_code;
3002:
3003:
3004: --=========================================================================