DBA Data[Home] [Help]

APPS.JAI_BOE_MIGRATION_PKG dependencies on MO_GLOBAL

Line 56: ln_org_id := MO_GLOBAL.get_current_org_id();

52: ln_org_id NUMBER;
53: lv_valid_flag VARCHAR2(1);
54: BEGIN
55: ld_gl_date := fnd_date.canonical_to_date(pv_migration_date);
56: ln_org_id := MO_GLOBAL.get_current_org_id();
57:
58: Fnd_File.put_line(Fnd_File.LOG,'**Entering boe_migration_batch for org_id:' ||ln_org_id||' migration_type:'||pv_migration_type||' migration_date'||ld_gl_date);
59:
60: IF pv_migration_type <> 'NONE' THEN