DBA Data[Home] [Help]

APPS.PA_PAFPEXRP_XMLP_PKG dependencies on MO_GLOBAL

Line 33: mo_global.init('PA');

29:
30: /*srw.user_exit('FND SRWINIT') ;*/null;
31: /*srw.message(111,'Org Id = '||to_char(p_org_id));*/null;
32: /*srw.message(111,'calling mo init');*/null;
33: mo_global.init('PA');
34: If NVL(p_org_id,-99) = -99 Then
35: /*srw.message(111, 'calling MO_GLOBAL.get_current_org_id');*/null;
36: p_org_id := MO_GLOBAL.GET_CURRENT_ORG_ID;
37: /*srw.message(111, 'MO GLOBAL ORGID ='||p_org_id);*/null;

Line 35: /*srw.message(111, 'calling MO_GLOBAL.get_current_org_id');*/null;

31: /*srw.message(111,'Org Id = '||to_char(p_org_id));*/null;
32: /*srw.message(111,'calling mo init');*/null;
33: mo_global.init('PA');
34: If NVL(p_org_id,-99) = -99 Then
35: /*srw.message(111, 'calling MO_GLOBAL.get_current_org_id');*/null;
36: p_org_id := MO_GLOBAL.GET_CURRENT_ORG_ID;
37: /*srw.message(111, 'MO GLOBAL ORGID ='||p_org_id);*/null;
38: If NVL(p_org_id,-99) = -99 Then
39: /*srw.message(111,'Calling Get_Default OU');*/null;

Line 36: p_org_id := MO_GLOBAL.GET_CURRENT_ORG_ID;

32: /*srw.message(111,'calling mo init');*/null;
33: mo_global.init('PA');
34: If NVL(p_org_id,-99) = -99 Then
35: /*srw.message(111, 'calling MO_GLOBAL.get_current_org_id');*/null;
36: p_org_id := MO_GLOBAL.GET_CURRENT_ORG_ID;
37: /*srw.message(111, 'MO GLOBAL ORGID ='||p_org_id);*/null;
38: If NVL(p_org_id,-99) = -99 Then
39: /*srw.message(111,'Calling Get_Default OU');*/null;
40: pa_moac_utils.GET_DEFAULT_OU

Line 37: /*srw.message(111, 'MO GLOBAL ORGID ='||p_org_id);*/null;

33: mo_global.init('PA');
34: If NVL(p_org_id,-99) = -99 Then
35: /*srw.message(111, 'calling MO_GLOBAL.get_current_org_id');*/null;
36: p_org_id := MO_GLOBAL.GET_CURRENT_ORG_ID;
37: /*srw.message(111, 'MO GLOBAL ORGID ='||p_org_id);*/null;
38: If NVL(p_org_id,-99) = -99 Then
39: /*srw.message(111,'Calling Get_Default OU');*/null;
40: pa_moac_utils.GET_DEFAULT_OU
41: (

Line 52: MO_GLOBAL.set_policy_context('S',p_org_id);

48: End If;
49: End If;
50: If p_org_id is NOT NULL Then
51: /*srw.message(111,'Setting Single org context');*/null;
52: MO_GLOBAL.set_policy_context('S',p_org_id);
53:
54: End If;
55: p_start_organization_id_dummy:=p_start_organization_id;
56: