DBA Data[Home] [Help]

APPS.GMD_RECIPE_DESIGNER_PKG dependencies on GMD_RECIPE_DESIGNER_PKG

Line 1: PACKAGE BODY GMD_RECIPE_DESIGNER_PKG AS

1: PACKAGE BODY GMD_RECIPE_DESIGNER_PKG AS
2: /* $Header: GMDRDMDB.pls 120.17 2009/03/23 17:22:05 rnalla ship $ */
3: /*============================================================================
4: | Copyright (c) 2001 Oracle Corporation
5: | Redwood Shores, California, USA

Line 3761: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row

3757:
3758: ---
3759: --- Create formula header text
3760: ---
3761: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row
3762: (p_text_code => l_text_code,
3763: p_lang_code => l_frm_hdr_text_tbl(l_txt_ind).lang_code,
3764: p_text => l_frm_hdr_text_tbl(l_txt_ind).text,
3765: p_line_no => l_frm_hdr_text_tbl(l_txt_ind).line_no,

Line 3887: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row

3883:
3884: ---
3885: --- Create formula item text
3886: ---
3887: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row
3888: (p_text_code => l_text_code,
3889: p_lang_code => l_frm_dtl_text_tbl(l_txt_ind).lang_code,
3890: p_text => l_frm_dtl_text_tbl(l_txt_ind).text,
3891: p_line_no => l_frm_dtl_text_tbl(l_txt_ind).line_no,

Line 3986: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row

3982:
3983: ---
3984: --- Create routing header text
3985: ---
3986: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row
3987: (p_text_code => l_text_code,
3988: p_lang_code => l_rtg_hdr_text_tbl(l_txt_ind).lang_code,
3989: p_text => l_rtg_hdr_text_tbl(l_txt_ind).text,
3990: p_line_no => l_rtg_hdr_text_tbl(l_txt_ind).line_no,

Line 4158: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row

4154:
4155: ---
4156: --- Create routing step text
4157: ---
4158: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row
4159: (p_text_code => l_text_code,
4160: p_lang_code => l_rtg_dtl_text_tbl(l_txt_ind).lang_code,
4161: p_text => l_rtg_dtl_text_tbl(l_txt_ind).text,
4162: p_line_no => l_rtg_dtl_text_tbl(l_txt_ind).line_no,

Line 4279: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row

4275:
4276: ---
4277: --- Create recipe header text
4278: ---
4279: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row
4280: (p_text_code => l_text_code,
4281: p_lang_code => l_rcp_hdr_text_tbl(l_txt_ind).lang_code,
4282: p_text => l_rcp_hdr_text_tbl(l_txt_ind).text,
4283: p_line_no => l_rcp_hdr_text_tbl(l_txt_ind).line_no,

Line 4420: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row

4416:
4417: ---
4418: --- Create recipe step text
4419: ---
4420: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row
4421: (p_text_code => l_text_code,
4422: p_lang_code => l_rcp_stp_text_tbl(l_txt_ind).lang_code,
4423: p_text => l_rcp_stp_text_tbl(l_txt_ind).text,
4424: p_line_no => l_rcp_stp_text_tbl(l_txt_ind).line_no,

Line 4574: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row

4570:
4571: ---
4572: --- Create step/item association text
4573: ---
4574: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row
4575: (p_text_code => l_text_code,
4576: p_lang_code => l_stp_mtl_text_tbl(l_txt_ind).lang_code,
4577: p_text => l_stp_mtl_text_tbl(l_txt_ind).text,
4578: p_line_no => l_stp_mtl_text_tbl(l_txt_ind).line_no,

Line 4652: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row

4648:
4649: ---
4650: --- Create recipe customer text
4651: ---
4652: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row
4653: (p_text_code => l_text_code,
4654: p_lang_code => l_rcp_cust_text_tbl(l_txt_ind).lang_code,
4655: p_text => l_rcp_cust_text_tbl(l_txt_ind).text,
4656: p_line_no => l_rcp_cust_text_tbl(l_txt_ind).line_no,

Line 4742: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row

4738:
4739: ---
4740: --- Create recipe loss text
4741: ---
4742: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row
4743: (p_text_code => l_text_code,
4744: p_lang_code => l_rcp_loss_text_tbl(l_txt_ind).lang_code,
4745: p_text => l_rcp_loss_text_tbl(l_txt_ind).text,
4746: p_line_no => l_rcp_loss_text_tbl(l_txt_ind).line_no,

Line 4820: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row

4816:
4817: ---
4818: --- Create validity rules text
4819: ---
4820: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row
4821: (p_text_code => l_text_code,
4822: p_lang_code => l_rcp_vr_text_tbl(l_txt_ind).lang_code,
4823: p_text => l_rcp_vr_text_tbl(l_txt_ind).text,
4824: p_line_no => l_rcp_vr_text_tbl(l_txt_ind).line_no,

Line 4989: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row

4985:
4986: ---
4987: --- Create resource text
4988: ---
4989: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row
4990: (p_text_code => l_text_code,
4991: p_lang_code => l_rcp_rsrc_text_tbl(l_txt_ind).lang_code,
4992: p_text => l_rcp_rsrc_text_tbl(l_txt_ind).text,
4993: p_line_no => l_rcp_rsrc_text_tbl(l_txt_ind).line_no,

Line 5153: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row

5149:
5150: ---
5151: --- Create resource text
5152: ---
5153: GMD_RECIPE_DESIGNER_PKG.Create_Text_Row
5154: (p_text_code => l_text_code,
5155: p_lang_code => l_rcp_actv_text_tbl(l_txt_ind).lang_code,
5156: p_text => l_rcp_actv_text_tbl(l_txt_ind).text,
5157: p_line_no => l_rcp_actv_text_tbl(l_txt_ind).line_no,

Line 5325: GMD_RECIPE_DESIGNER_PKG.set_default_status (pEntity_name => 'FORMULA'

5321:
5322: /*Bug 3953359 - Thomas Daniel */
5323: /*Added code to set the default status after copying the formula */
5324: IF l_copy_formula THEN
5325: GMD_RECIPE_DESIGNER_PKG.set_default_status (pEntity_name => 'FORMULA'
5326: ,pEntity_id => X_formula_id
5327: ,x_return_status => l_return_code
5328: ,x_msg_count => l_message_count
5329: ,x_msg_data => l_message_list);

Line 5332: GMD_RECIPE_DESIGNER_PKG.set_default_status (pEntity_name => 'ROUTING'

5328: ,x_msg_count => l_message_count
5329: ,x_msg_data => l_message_list);
5330: END IF;
5331: IF l_copy_routing THEN
5332: GMD_RECIPE_DESIGNER_PKG.set_default_status (pEntity_name => 'ROUTING'
5333: ,pEntity_id => X_routing_id
5334: ,x_return_status => l_return_code
5335: ,x_msg_count => l_message_count
5336: ,x_msg_data => l_message_list);

Line 5339: GMD_RECIPE_DESIGNER_PKG.set_default_status (pEntity_name => 'RECIPE'

5335: ,x_msg_count => l_message_count
5336: ,x_msg_data => l_message_list);
5337: END IF;
5338: IF l_copy_recipe THEN
5339: GMD_RECIPE_DESIGNER_PKG.set_default_status (pEntity_name => 'RECIPE'
5340: ,pEntity_id => X_recipe_id
5341: ,x_return_status => l_return_code
5342: ,x_msg_count => l_message_count
5343: ,x_msg_data => l_message_list);

Line 5631: END GMD_RECIPE_DESIGNER_PKG;

5627: p_count => x_msg_count,
5628: p_data => x_msg_data );
5629: END set_default_status;
5630:
5631: END GMD_RECIPE_DESIGNER_PKG;