DBA Data[Home] [Help]

APPS.BIM_FIRST_LOAD_FACTS dependencies on BIM_FUND_FACTS

Line 183: bim_fund_facts.populate (

179:
180: ELSIF
181: p_object = 'BUDGET'THEN
182:
183: bim_fund_facts.populate (
184: p_api_version_number => 1.0,
185: p_init_msg_list => FND_API.G_FALSE,
186: x_msg_count => x_msg_count ,
187: x_msg_data => x_msg_data ,

Line 297: bim_fund_facts.populate (

293: RAISE FND_API.g_exc_unexpected_error;
294: END IF;
295:
296:
297: bim_fund_facts.populate (
298: p_api_version_number => 1.0,
299: p_init_msg_list => FND_API.G_FALSE,
300: x_msg_count => x_msg_count ,
301: x_msg_data => x_msg_data ,

Line 426: bim_fund_facts.fund_daily_load

422: END IF;
423:
424: /*ELSIF
425: p_object = 'BUDGET' THEN
426: bim_fund_facts.fund_daily_load
427: (p_date => p_date
428: ,x_msg_count => x_msg_count
429: ,x_msg_data => x_msg_data
430: ,x_return_status => x_return_status

Line 472: /* bim_fund_facts.fund_daily_load

468: ELSIF x_return_status = FND_API.g_ret_sts_unexp_error THEN
469: RAISE FND_API.g_exc_unexpected_error;
470: END IF;
471:
472: /* bim_fund_facts.fund_daily_load
473: (p_date => p_date
474: ,x_msg_count => x_msg_count
475: ,x_msg_data => x_msg_data
476: ,x_return_status => x_return_status