DBA Data[Home] [Help]

APPS.FV_SF224_TRANSACTIONS dependencies on MO_GLOBAL

Line 129: g_org_id := mo_global.get_current_org_id;

125: g_WARNING := -2;
126: g_request_id := fnd_global.conc_request_id;
127: g_user_id := fnd_global.user_id;
128: g_login_id := fnd_global.login_id;
129: g_org_id := mo_global.get_current_org_id;
130: g_enter := 'ENTER';
131: g_exit := 'EXIT';
132: g_sysdate := SYSDATE;
133: END;

Line 1225: p_def_org_id := mo_global.get_current_org_id;

1221:
1222: BEGIN
1223: l_module_name := g_module_name || 'call_extract_process';
1224: p_error_code := g_SUCCESS;
1225: p_def_org_id := mo_global.get_current_org_id;
1226: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
1227: fv_utility.debug_mesg(fnd_log.level_statement,l_module_name, 'In call_extact process');
1228: fv_utility.debug_mesg(fnd_log.level_statement,l_module_name, 'p_set_of_books_id='||p_set_of_books_id) ;
1229: fv_utility.debug_mesg(fnd_log.level_statement,l_module_name, 'org_id='||p_def_org_id) ;

Line 1316: p_def_org_id := mo_global.get_current_org_id;

1312: p_retcode := g_SUCCESS;
1313:
1314: update_flag := p_run_mode;
1315: sob := p_set_of_books_id;
1316: p_def_org_id := mo_global.get_current_org_id;
1317: g_partial_or_full := p_partial_or_full;
1318: g_business_activity := p_business_activity;
1319: g_gwa_reporter_category := p_gwa_reporter_category;
1320:

Line 2855: p_def_org_id := mo_global.get_current_org_id;

2851: error_buf := sqlerrm;
2852: RETURN;
2853: END IF;
2854:
2855: p_def_org_id := mo_global.get_current_org_id;
2856: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2857: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT, l_module_name,'Deriving PAYGROUP for org id '|| p_def_org_id);
2858: END IF;
2859: