DBA Data[Home] [Help]

APPS.MSC_X_SECURITY dependencies on MSC_X_SECURITY

Line 1: package body msc_x_security as

1: package body msc_x_security as
2: /*$Header: MSCXSECB.pls 115.4 2002/10/04 21:39:54 agoel ship $ */
3:
4: procedure set_context is
5:

Line 61: MSC_X_SECURITY_RULES rule

57: select
58: rule.privilege
59: from
60: msc_sup_dem_entries supdem,
61: MSC_X_SECURITY_RULES rule
62: where
63: sysdate between nvl(rule.EFFECTIVE_FROM_DATE, sysdate-1) and nvl(rule.EFFECTIVE_TO_DATE, sysdate +1)
64: and nvl(rule.company_id, supdem.PUBLISHER_ID) = supdem.PUBLISHER_ID
65: and nvl(rule.order_type, supdem.publisher_order_type) = supdem.publisher_order_type

Line 92: end msc_x_security;

88: return v_privilege;
89:
90: end get_security_access;
91:
92: end msc_x_security;