DBA Data[Home] [Help]

APPS.GMD_API_GRP dependencies on FM_FORM_MST_TL

Line 1657: ** 13-FEB-2008 Uday Phadtare Bug 6758122. Retrive formula_desc1 from fm_form_mst_tl when formula_desc1 in fm_form_mst_b is NULL.

1653: ** 01-dec-2004 kkillams orgn_code is replaced with organization_id/owner_organization_id w.r.t. 4004501
1654: ** 18-APR-2006 kmotupal Added check for default status while retrieving recipe details
1655: ** 30-MAY-2006 Kalyani Bug 5218106 Added code to default recipe_type from orgn parameters.
1656: ** 03-Jan-07 Kapil M LCF-GMO ME : Bug#5458666. Added routing_id to retrieve_recipe
1657: ** 13-FEB-2008 Uday Phadtare Bug 6758122. Retrive formula_desc1 from fm_form_mst_tl when formula_desc1 in fm_form_mst_b is NULL.
1658: **+==============================================================================================================================+*/
1659:
1660:
1661: PROCEDURE retrieve_recipe(p_formula_id IN NUMBER,

Line 1721: FROM fm_form_mst_tl

1717:
1718: --Bug 6758122
1719: CURSOR c_get_frmdesc IS
1720: SELECT formula_desc1
1721: FROM fm_form_mst_tl
1722: WHERE formula_id = p_formula_id
1723: AND language = USERENV('LANG');
1724:
1725: -- Local Variables