DBA Data[Home] [Help]

APPS.PN_VAR_RENT_PUB dependencies on MO_GLOBAL

Line 102: IF NVL (mo_global.check_valid_org (g_org_id)

98: -- function security. If the responsibility does not allow
99: -- such functions to be executed, the API should not proceed further
100: -- since the user does not have access to such functions
101:
102: IF NVL (mo_global.check_valid_org (g_org_id)
103: , 'N'
104: ) <> 'Y'
105: THEN
106: fnd_message.set_name ('MO'

Line 316: IF NVL (mo_global.check_valid_org (g_org_id)

312: -- function security. If the responsibility does not allow
313: -- such functions to be executed, the API should not proceed further
314: -- since the user does not have access to such functions
315:
316: IF NVL (mo_global.check_valid_org (g_org_id)
317: , 'N'
318: ) <> 'Y'
319: THEN
320: fnd_message.set_name ('MO'

Line 501: IF NVL (mo_global.check_valid_org (g_org_id)

497: -- function security. If the responsibility does not allow
498: -- such functions to be executed, the API should not proceed further
499: -- since the user does not have access to such functions
500:
501: IF NVL (mo_global.check_valid_org (g_org_id)
502: , 'N'
503: ) <> 'Y'
504: THEN
505: fnd_message.set_name ('MO'

Line 706: IF NVL (mo_global.check_valid_org (g_org_id)

702: -- function security. If the responsibility does not allow
703: -- such functions to be executed, the API should not proceed further
704: -- since the user does not have access to such functions
705:
706: IF NVL (mo_global.check_valid_org (g_org_id)
707: , 'N'
708: ) <> 'Y'
709: THEN
710: fnd_message.set_name ('MO'