DBA Data[Home] [Help]

APPS.RLM_EXTINTERFACE_SV dependencies on MO_GLOBAL

Line 1860: x_oe_line_rec.org_id := MO_GLOBAL.get_current_org_id;

1856: IF x_Op_rec.blanket_number is NOT NULL THEN
1857: x_oe_line_rec.blanket_number := x_Op_rec.blanket_number;
1858: END IF;
1859: --
1860: x_oe_line_rec.org_id := MO_GLOBAL.get_current_org_id;
1861: --
1862: IF (l_debug <> -1) THEN
1863: rlm_core_sv.dlog(k_DEBUG,'created_by',x_oe_line_rec.created_by ); --Bugfix 9223338
1864: rlm_core_sv.dlog(k_DEBUG,'creation_date',x_oe_line_rec.creation_date); --Bugfix 9223338