DBA Data[Home] [Help]

APPS.GMIVDX dependencies on GMF_GET_MAPPINGS

Line 211: | gmf_get_mappings.get_account_mappings to send category ids of the two |

207: | Supriya Malluru 04-Feb-2004 Bug#4114621 |
208: | Included two cursors cur_item_gl_cls,Cur_gl_cls (which accept opm |
209: | item_id as the parameter),to populate/clear gl business class and |
210: | gl product line based on the item.And modified call to |
211: | gmf_get_mappings.get_account_mappings to send category ids of the two |
212: | new item attributes GL Business Class and GL Product Line. |
213: | Archana Mundhe 23-Mar-2009 Bug 8359386 |
214: | Modified code to validate against ic_loct_inv instead of in_loct_mst |
215: | for validated location controlled item and warehouse. |

Line 1544: gmf_get_mappings.get_account_mappings

1540:
1541: END IF;
1542: --End Supriya Malluru Bug#4114621
1543:
1544: gmf_get_mappings.get_account_mappings
1545: ( v_co_code => l_get_opm_fiscal_details_row.co_code
1546: ,v_orgn_code => l_get_opm_fiscal_details_row.orgn_code
1547: ,v_whse_code => p_line_rec_tbl(i).opm_whse_code
1548: ,v_item_id => p_line_rec_tbl(i).opm_item_id

Line 1574: log_msg('After call to gmf_get_mappings.get_account_mappings ');

1570: ,v_product_line_cat_id => gl_product_line_cat_id --Bug#4114621
1571: );
1572:
1573: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN
1574: log_msg('After call to gmf_get_mappings.get_account_mappings ');
1575: END IF;
1576: --now lets get the ccid (same as ODM charge acct id)
1577: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN
1578: log_msg('Before call to gmf_validate_account.get_accu_acct_ids ');