DBA Data[Home] [Help]

APPS.ARW_SEARCH_CUSTOMERS dependencies on MO_GLOBAL

Line 940: mo_global.init('AR');

936: delete from ar_irec_user_acct_sites_all where (session_id=p_session_id
937: or trunc(CREATION_DATE)<=trunc(sysdate-2));
938:
939: IF (p_user_id = 6) THEN
940: mo_global.init('AR');
941: mo_global.set_policy_context('M',-1);
942:
943: if(p_org_id is null) then
944: l_org_id := FND_PROFILE.value('ORG_ID');

Line 941: mo_global.set_policy_context('M',-1);

937: or trunc(CREATION_DATE)<=trunc(sysdate-2));
938:
939: IF (p_user_id = 6) THEN
940: mo_global.init('AR');
941: mo_global.set_policy_context('M',-1);
942:
943: if(p_org_id is null) then
944: l_org_id := FND_PROFILE.value('ORG_ID');
945: else

Line 1139: mo_global.init('AR');

1135: BEGIN
1136: delete from ar_irec_user_acct_sites_all where (session_id=p_session_id
1137: or trunc(CREATION_DATE)<=trunc(sysdate-2));
1138:
1139: mo_global.init('AR');
1140: mo_global.set_policy_context('M',-1);
1141:
1142: if(p_org_id is null) then
1143: l_org_id := FND_PROFILE.value('ORG_ID');

Line 1140: mo_global.set_policy_context('M',-1);

1136: delete from ar_irec_user_acct_sites_all where (session_id=p_session_id
1137: or trunc(CREATION_DATE)<=trunc(sysdate-2));
1138:
1139: mo_global.init('AR');
1140: mo_global.set_policy_context('M',-1);
1141:
1142: if(p_org_id is null) then
1143: l_org_id := FND_PROFILE.value('ORG_ID');
1144: else