Fetch Rate Map Id

These function can be used to get and map the Rate Component details with its other corresponding column/output values listed below.

Either combination of input parameters RS_​CD, RC_​DESCR, RS_​DESCR, RC_​SEQ can be passed or can directly pass input RC_​MAP_​ID to this function.

Function:

FETCH(RATE_COMPONENT[COLUMN_NAME,RS_CD,RC_DESCR,RS_DESCR,RC_SEQ,RC_MAP_ID,
SET_OPERATION])

Expected list of input field/column values:

Input Parameter Description Table Description
COLUMN_​NAME Column name to be mapped from the returned RESULTSET. i.e. OUTPUT field name
RS_​CD Rate Schedule Rate Component Map
RC_​DESCR Rate Component Description Rate Component Language
RS_​DESCR Rate Schedule Description Rate Schedule Language
RC_​SEQ Sequence Rate Component Map
RC_​MAP_​ID RC Map ID Rate Component Map
SET_​OPERATION

This is a BOOLEAN value.

If TRUE - Reset operation configured at service level.

If FALSE - Validate the fetch function output i.e. Throws error if returns NULL or multiple records.

If NULL – Will do nothing but only throw an error if function return multiple records.

List of output field/column values:

Output Parameter Description Table Description
RS_​CD Rate Schedule Rate Component Map
RC_​DESCR Rate Component Description Rate Component Language
RS_​DESCR Rate Schedule Description Rate Schedule Language
RC_​SEQ Sequence Rate Component Map
RC_​MAP_​ID RC Map ID Rate Component Map