DBA Data[Home] [Help]

APPS.GMIVDX dependencies on GMF_VALIDATE_ACCOUNT

Line 1571: log_msg('Before call to gmf_validate_account.get_accu_acct_ids ');

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 ');
1572: END IF;
1573:
1574: --get ccid which is the same as odm_charge_account_id
1575: gmf_validate_account.validate_segments

Line 1575: gmf_validate_account.validate_segments

1571: log_msg('Before call to gmf_validate_account.get_accu_acct_ids ');
1572: END IF;
1573:
1574: --get ccid which is the same as odm_charge_account_id
1575: gmf_validate_account.validate_segments
1576: (
1577: p_co_code => l_get_opm_fiscal_details_row.co_code,
1578: p_acctg_unit_id => p_line_rec_tbl(i).opm_charge_au_id,
1579: p_acct_id => p_line_rec_tbl(i).opm_charge_acct_id,

Line 1590: log_msg('After call to gmf_validate_account.validate_segments. return status is ' ||x_return_status);

1586: x_errmsg => x_msg_data
1587: );
1588:
1589: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN
1590: log_msg('After call to gmf_validate_account.validate_segments. return status is ' ||x_return_status);
1591: END IF;
1592:
1593: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1594: FND_MESSAGE.SET_NAME ('GMI','GMI_SET_STRING');