DBA Data[Home] [Help]

APPS.GMD_RECIPE_DESIGNER_PKG dependencies on GMDSURG

Line 3732: x_formula_id := GMDSURG.get_surrogate('formula_id');

3728: ---
3729: IF l_rcp_hdr_rec.formula_id IS NOT NULL THEN
3730:
3731: IF l_copy_formula THEN
3732: x_formula_id := GMDSURG.get_surrogate('formula_id');
3733: IF (x_formula_id < 1) THEN
3734: RAISE GET_SURROGATE_EXCEPTION;
3735: END IF;
3736: ELSE

Line 3846: l_formulaline_id := GMDSURG.get_surrogate('formulaline_id');

3842:
3843: FOR i IN 1..l_frm_dtl_tbl.count LOOP
3844: l_text_code := NULL;
3845: IF l_copy_formula THEN
3846: l_formulaline_id := GMDSURG.get_surrogate('formulaline_id');
3847: ---
3848: --- Update the step/item asociation table with the new line id
3849: ---
3850: FOR j IN 1..l_stp_mtl_tbl.COUNT LOOP

Line 3959: x_routing_id := GMDSURG.get_surrogate('routing_id');

3955:
3956: IF l_copy_routing OR l_routing_update_allowed THEN
3957:
3958: IF l_copy_routing THEN
3959: x_routing_id := GMDSURG.get_surrogate('routing_id');
3960: IF (x_routing_id < 1) THEN
3961: RAISE GET_SURROGATE_EXCEPTION;
3962: END IF;
3963: END IF;

Line 4078: l_routingstep_id := GMDSURG.get_surrogate('routingstep_id');

4074: FOR i IN 1..l_rtg_dtl_tbl.COUNT LOOP
4075: l_text_code := NULL;
4076:
4077: IF l_copy_routing THEN
4078: l_routingstep_id := GMDSURG.get_surrogate('routingstep_id');
4079: IF (l_routingstep_id < 1) THEN
4080: RAISE GET_SURROGATE_EXCEPTION;
4081: END IF;
4082: ---