DBA Data[Home] [Help]

APPS.GMIVDX dependencies on GMF_GET_MAPPINGS

Line 208: | gmf_get_mappings.get_account_mappings to send category ids of the two new item attributes |

204: | Created Jalaj Srivastava |
205: | Supriya Malluru 04-Feb-2004 Bug#4114621 |
206: | Included two cursors cur_item_gl_cls,Cur_gl_cls (which accept opm item_id as the parameter),to |
207: | populate/clear gl business class and gl product line based on the item.And modified call to |
208: | gmf_get_mappings.get_account_mappings to send category ids of the two new item attributes |
209: | GL Business Class and GL Product Line. |
210: +==========================================================================+ */
211: PROCEDURE Validate_transfer
212: ( p_api_version IN NUMBER

Line 1537: gmf_get_mappings.get_account_mappings

1533:
1534: END IF;
1535: --End Supriya Malluru Bug#4114621
1536:
1537: gmf_get_mappings.get_account_mappings
1538: ( v_co_code => l_get_opm_fiscal_details_row.co_code
1539: ,v_orgn_code => l_get_opm_fiscal_details_row.orgn_code
1540: ,v_whse_code => p_line_rec_tbl(i).opm_whse_code
1541: ,v_item_id => p_line_rec_tbl(i).opm_item_id

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

1563: ,v_product_line_cat_id => gl_product_line_cat_id --Bug#4114621
1564: );
1565:
1566: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN
1567: log_msg('After call to gmf_get_mappings.get_account_mappings ');
1568: END IF;
1569: --now lets get the ccid (same as ODM charge acct id)
1570: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN
1571: log_msg('Before call to gmf_validate_account.get_accu_acct_ids ');