DBA Data[Home] [Help]

APPS.INV_PROCESS_TEMP dependencies on FND_MESSAGE

Line 1551: FND_MESSAGE.SET_NAME('INV',errorCode);

1547:
1548: PROCEDURE loadmsg(errorCode IN VARCHAR2,errorExplanation IN VARCHAR2)
1549: IS
1550: BEGIN
1551: FND_MESSAGE.SET_NAME('INV',errorCode);
1552: err_code := FND_MESSAGE.GET;
1553: FND_MESSAGE.CLEAR;
1554: FND_MESSAGE.SET_NAME('INV',errorExplanation);
1555: error_exp := FND_MESSAGE.GET;

Line 1552: err_code := FND_MESSAGE.GET;

1548: PROCEDURE loadmsg(errorCode IN VARCHAR2,errorExplanation IN VARCHAR2)
1549: IS
1550: BEGIN
1551: FND_MESSAGE.SET_NAME('INV',errorCode);
1552: err_code := FND_MESSAGE.GET;
1553: FND_MESSAGE.CLEAR;
1554: FND_MESSAGE.SET_NAME('INV',errorExplanation);
1555: error_exp := FND_MESSAGE.GET;
1556: FND_MESSAGE.CLEAR;

Line 1553: FND_MESSAGE.CLEAR;

1549: IS
1550: BEGIN
1551: FND_MESSAGE.SET_NAME('INV',errorCode);
1552: err_code := FND_MESSAGE.GET;
1553: FND_MESSAGE.CLEAR;
1554: FND_MESSAGE.SET_NAME('INV',errorExplanation);
1555: error_exp := FND_MESSAGE.GET;
1556: FND_MESSAGE.CLEAR;
1557: END loadmsg;

Line 1554: FND_MESSAGE.SET_NAME('INV',errorExplanation);

1550: BEGIN
1551: FND_MESSAGE.SET_NAME('INV',errorCode);
1552: err_code := FND_MESSAGE.GET;
1553: FND_MESSAGE.CLEAR;
1554: FND_MESSAGE.SET_NAME('INV',errorExplanation);
1555: error_exp := FND_MESSAGE.GET;
1556: FND_MESSAGE.CLEAR;
1557: END loadmsg;
1558:

Line 1555: error_exp := FND_MESSAGE.GET;

1551: FND_MESSAGE.SET_NAME('INV',errorCode);
1552: err_code := FND_MESSAGE.GET;
1553: FND_MESSAGE.CLEAR;
1554: FND_MESSAGE.SET_NAME('INV',errorExplanation);
1555: error_exp := FND_MESSAGE.GET;
1556: FND_MESSAGE.CLEAR;
1557: END loadmsg;
1558:
1559: PROCEDURE errupdate(err_row_id IN ROWID)

Line 1556: FND_MESSAGE.CLEAR;

1552: err_code := FND_MESSAGE.GET;
1553: FND_MESSAGE.CLEAR;
1554: FND_MESSAGE.SET_NAME('INV',errorExplanation);
1555: error_exp := FND_MESSAGE.GET;
1556: FND_MESSAGE.CLEAR;
1557: END loadmsg;
1558:
1559: PROCEDURE errupdate(err_row_id IN ROWID)
1560: IS