DBA Data[Home] [Help]

APPS.OKL_SUB_PVT dependencies on MO_GLOBAL

Line 928: and sub.org_id = mo_global.get_current_org_id();

924: select 1
925: from okl_subsidies_b sub
926: where sub.id = p_id
927: -- abindal start bug# 4873705 --
928: and sub.org_id = mo_global.get_current_org_id();
929: -- abindal end bug# 4873705 --
930:
931: cursor c_unique_insert is
932: select 1

Line 936: and sub.org_id = mo_global.get_current_org_id();

932: select 1
933: from okl_subsidies_b sub
934: where sub.name = p_name
935: -- abindal start bug# 4873705 --
936: and sub.org_id = mo_global.get_current_org_id();
937: -- abindal end bug# 4873705 --
938:
939: cursor c_unique_update is
940: select 1

Line 945: and sub.org_id = mo_global.get_current_org_id();

941: from okl_subsidies_b sub
942: where sub.id <> p_id
943: and sub.name = p_name
944: -- abindal start bug# 4873705 --
945: and sub.org_id = mo_global.get_current_org_id();
946: -- abindal end bug# 4873705 --
947:
948: l_dup_row_found boolean;
949: l_row_found boolean;

Line 3232: l_subv_rec.org_id := MO_GLOBAL.GET_CURRENT_ORG_ID();

3228: l_subv_rec := null_out_defaults(p_subv_rec);
3229: -- Set primary key value
3230: l_subv_rec.ID := get_seq_id;
3231: --Set the Org_ID
3232: l_subv_rec.org_id := MO_GLOBAL.GET_CURRENT_ORG_ID();
3233: -- Setting item attributes
3234: l_return_Status := Set_Attributes(
3235: l_subv_rec, -- IN
3236: l_def_subv_rec); -- OUT