DBA Data[Home] [Help]

APPS.GMD_ROUTING_DESIGNER_PKG dependencies on GMD_RECIPE_DESIGNER_PKG

Line 1607: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row

1603: l_txt_ind := l_txt_ind + 1;
1604: l_table_lnk := 'gmd_routings' || '|' || x_routing_id;
1605:
1606: -- Create routing header text
1607: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row
1608: (p_text_code => l_text_code,
1609: p_lang_code => l_hdr_text_tbl(l_txt_ind).lang_code,
1610: p_text => l_hdr_text_tbl(l_txt_ind).text,
1611: p_line_no => l_hdr_text_tbl(l_txt_ind).line_no,

Line 1712: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row

1708: WHILE (l_txt_ind <= l_dtl_text_tbl.COUNT AND
1709: l_dtl_text_tbl(l_txt_ind).text_code = x_dtl_tbl(i).text_code) LOOP
1710:
1711: -- Create routing step text
1712: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row
1713: (p_text_code => l_text_code,
1714: p_lang_code => l_dtl_text_tbl(l_txt_ind).lang_code,
1715: p_text => l_dtl_text_tbl(l_txt_ind).text,
1716: p_line_no => l_dtl_text_tbl(l_txt_ind).line_no,