PSSEC_PPC_FUNC(SQL Table) |
Index Back |
---|---|
Defines AppClass MethodDefine Application Class Method, which will be called from PeopleCode. During runtime, this method will actually run the PeopleCode Option selected in its child table - i.e. PSEC_PPC_OPTN. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PACKAGEROOT | Character(30) | VARCHAR2(30) NOT NULL |
Root Package ID
Prompt Table: PSPACKAGROOT_VW |
2 | QUALIFYPATH | Character(127) | VARCHAR2(127) NOT NULL |
Qualified Package/Class Path
Prompt Table: PSPACKAGPATH_VW |
3 | APPCLASSID | Character(30) | VARCHAR2(30) NOT NULL |
Application Class ID
Prompt Table: PSPACKAGCLAS_VW |
4 | APPCLASSMETHOD | Character(60) | VARCHAR2(60) NOT NULL | Application Class Method Name |
5 | DESCRLONG | Long Character | CLOB | Long Description |