getPop() Method

Usage

public java.lang.String getPop(java.lang.String pPropertyName)

Description

Generic method that returns general information of the current interface. The list of available information is described in the pPropertyName values table.

Parameters

Parameter

Type

Description

pPropertyName

String

String that contains the name of the requested property.

pPropertyName values

The following table lists the different possible values for pPropertyName:

Parameter value

Description

I_POP

Internal number of the interface.

FOLDER

Name of the folder of the interface

POP_NAME

Name of the interface

IND_WORK_TARG

Position flag of the staging area.

LSCHEMA_NAME

Name of the logical schema which is the staging area of the interface

DESCRIPTION

Description of the interface

WSTAGE

Flag indicating the nature of the target datastore:

  • E - target datastore is an existing table (not a temporary table).

  • N - target datastore is a temporary table in the data schema.

  • W - target datastore is a temporary table in the work schema.

TABLE_NAME

Target table name

KEY_NAME

Name of the update key

DISTINCT_ROWS

Flag for doubles suppression

OPT_CTX

Name of the optimization context of the interface

TARG_CTX

Name of the execution context of the interface

MAX_ERR

Maximum number of accepted errors

MAX_ERR_PRCT

Error indicator in percentage

IKM

Name of the Integration Knowledge Module

LKM

Name of the Loading Knowledge module

CKM

Name of the Check Knowledge Module

HAS_JRN

Returns 1 if there is a journalized table in source of the interface, 0 otherwise.

<flexfield code>

Flexfield value for the interface.

Examples

The current interface is: <%=odiRef.getPop("POP_NAME")%> and runs on the logical schema: <%=odiRef.getInfo("L_SCHEMA_NAME")%>