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 1245: p_def_org_id := mo_global.get_current_org_id;

1241:
1242: BEGIN
1243: l_module_name := g_module_name || 'call_extract_process';
1244: p_error_code := g_SUCCESS;
1245: p_def_org_id := mo_global.get_current_org_id;
1246: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
1247: fv_utility.debug_mesg(fnd_log.level_statement,l_module_name, 'In call_extact process');
1248: fv_utility.debug_mesg(fnd_log.level_statement,l_module_name, 'p_set_of_books_id='||p_set_of_books_id) ;
1249: fv_utility.debug_mesg(fnd_log.level_statement,l_module_name, 'org_id='||p_def_org_id) ;

Line 1337: p_def_org_id := mo_global.get_current_org_id;

1333: p_retcode := g_SUCCESS;
1334:
1335: update_flag := p_run_mode;
1336: sob := p_set_of_books_id;
1337: p_def_org_id := mo_global.get_current_org_id;
1338: g_partial_or_full := p_partial_or_full;
1339: g_business_activity := p_business_activity;
1340: g_gwa_reporter_category := p_gwa_reporter_category;
1341:

Line 2983: p_def_org_id := mo_global.get_current_org_id;

2979: error_buf := sqlerrm;
2980: RETURN;
2981: END IF;
2982:
2983: p_def_org_id := mo_global.get_current_org_id;
2984: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2985: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT, l_module_name,'Deriving PAYGROUP for org id '|| p_def_org_id);
2986: END IF;
2987: