DBA Data[Home] [Help]

APPS.PSP_GENERAL dependencies on MO_GLOBAL

Line 985: and ((mo_global.get_current_org_id is NULL and mo_global.check_access(p.org_id) = 'Y')

981: and set_of_books_id = p_gl_set_of_bks_id
982: -- Commented for Bug 5498280: MOAC changes
983: -- and nvl(org_id,-999) = nvl(p_operating_unit,-999);
984: -- Added nvl by Neerav for Bug 1538262
985: and ((mo_global.get_current_org_id is NULL and mo_global.check_access(p.org_id) = 'Y')
986: or ( mo_global.get_current_org_id is NOT NULL and p.org_id = mo_global.get_current_org_id ));
987: -- --dbms_output.put_line('l_pa_install is ' || to_char(l_pa_install));
988:
989: if (l_pa_install > 0) then

Line 986: or ( mo_global.get_current_org_id is NOT NULL and p.org_id = mo_global.get_current_org_id ));

982: -- Commented for Bug 5498280: MOAC changes
983: -- and nvl(org_id,-999) = nvl(p_operating_unit,-999);
984: -- Added nvl by Neerav for Bug 1538262
985: and ((mo_global.get_current_org_id is NULL and mo_global.check_access(p.org_id) = 'Y')
986: or ( mo_global.get_current_org_id is NOT NULL and p.org_id = mo_global.get_current_org_id ));
987: -- --dbms_output.put_line('l_pa_install is ' || to_char(l_pa_install));
988:
989: if (l_pa_install > 0) then
990: -- if (gms_install.site_enabled) then

Line 2868: mo_global.init ('PSP');

2864: --R12 MOAC Uptake
2865:
2866: PROCEDURE INIT_MOAC IS
2867: BEGIN
2868: mo_global.init ('PSP');
2869: mo_global.set_policy_context('M', null);
2870: END INIT_MOAC;
2871:
2872:

Line 2869: mo_global.set_policy_context('M', null);

2865:
2866: PROCEDURE INIT_MOAC IS
2867: BEGIN
2868: mo_global.init ('PSP');
2869: mo_global.set_policy_context('M', null);
2870: END INIT_MOAC;
2871:
2872:
2873: FUNCTION Get_transaction_org_id (p_project_id Number,p_expenditure_organization_id Number)