DBA Data[Home] [Help]

APPS.IEX_CUST_OVERVIEW_PVT dependencies on IEX_CURRENCY_PVT

Line 549: l_cnt_cur_codes:= iex_currency_pvt.get_currency_count;

545: ':p_object_type=' || p_object_type || ':p_object_id=' || p_object_id);
546:
547: --start moac change
548: --to check whether all the ou's has the same functional currency or not
549: l_cnt_cur_codes:= iex_currency_pvt.get_currency_count;
550: --end moac change
551:
552: IF p_object_type = 'CUSTOMER' AND p_object_id IS NOT NULL THEN
553: l_party_id := p_object_id;

Line 1006: IEX_CURRENCY_PVT.GET_FUNCT_CURR(

1002: if l_cnt_cur_codes <> 1 then
1003: x_object_info_rec.current_balance_curr:=null;
1004: else
1005: --end moac change
1006: IEX_CURRENCY_PVT.GET_FUNCT_CURR(
1007: P_API_VERSION =>1.0,
1008: p_init_msg_list => 'T',
1009: p_commit => 'F',
1010: p_validation_level => 100,

Line 1967: l_cnt_cur_codes:= iex_currency_pvt.get_currency_count;

1963: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':begin');
1964:
1965: --start moac change
1966: --to check whether all the ou's has the same functional currency or not
1967: l_cnt_cur_codes:= iex_currency_pvt.get_currency_count;
1968: --end moac change
1969:
1970:
1971: amount := 0 ;

Line 2302: IEX_CURRENCY_PVT.GET_FUNCT_CURR(

2298: if l_cnt_cur_codes <> 1 then
2299: x_object_info_rec.current_balance_curr:=null;
2300: else
2301: --end moac change
2302: IEX_CURRENCY_PVT.GET_FUNCT_CURR(
2303: P_API_VERSION =>1.0,
2304: p_init_msg_list => 'T',
2305: p_commit => 'F',
2306: p_validation_level => 100,