DBA Data[Home] [Help]

APPS.PA_SECURITY_EXTN dependencies on PA_SECURITY_EXTN

Line 1: PACKAGE BODY pa_security_extn AS

1: PACKAGE BODY pa_security_extn AS
2: /* $Header: PAPSECXB.pls 120.6.12020000.3 2013/03/06 09:45:05 admarath ship $ */
3:
4: PROCEDURE check_project_access ( X_project_id IN NUMBER
5: , X_person_id IN NUMBER

Line 21: The pa_security_extn will be invoked from the following modules.

17: BEGIN
18:
19: /*** Calling Modules *********************************************************
20:
21: The pa_security_extn will be invoked from the following modules.
22: You can use the module name in this extension to control project access in
23: a specific module. The calling module parameter X_calling_module has the
24: following values.
25:

Line 315: END pa_security_extn;

311: END IF;
312:
313: END custom_project_access;
314:
315: END pa_security_extn;