DBA Data[Home] [Help]

APPS.OKL_QA_DATA_INTEGRITY dependencies on FND_NEW_MESSAGES

Line 9: G_SUB_POOL_NOT_ACTIVE CONSTANT fnd_new_messages.message_name%TYPE DEFAULT 'OKL_SUB_POOL_NOT_ACTIVE';

5: G_DEBUG_ENABLED CONSTANT VARCHAR2(10) := OKL_DEBUG_PUB.CHECK_LOG_ENABLED;
6: G_IS_DEBUG_STATEMENT_ON BOOLEAN;
7: --rviriyal Bug#5982201
8: -- sjalasut, added global message constants as part of subsidy pools enhancement. START
9: G_SUB_POOL_NOT_ACTIVE CONSTANT fnd_new_messages.message_name%TYPE DEFAULT 'OKL_SUB_POOL_NOT_ACTIVE';
10: G_SUB_POOL_BALANCE_INVALID CONSTANT fnd_new_messages.message_name%TYPE DEFAULT 'OKL_SUB_POOL_INVALID_BAL';
11: G_SUB_POOL_ASSET_DATES_GAP CONSTANT fnd_new_messages.message_name%TYPE DEFAULT 'OKL_SUB_POOL_ASSET_DATES';
12: -- sjalasut, added global message constants as part of subsidy pools enhancement. END
13: G_PROD_PARAMS_NOT_FOUND CONSTANT VARCHAR2(200) := 'OKL_LLA_PDT_PARAM_NOT_FOUND';

Line 10: G_SUB_POOL_BALANCE_INVALID CONSTANT fnd_new_messages.message_name%TYPE DEFAULT 'OKL_SUB_POOL_INVALID_BAL';

6: G_IS_DEBUG_STATEMENT_ON BOOLEAN;
7: --rviriyal Bug#5982201
8: -- sjalasut, added global message constants as part of subsidy pools enhancement. START
9: G_SUB_POOL_NOT_ACTIVE CONSTANT fnd_new_messages.message_name%TYPE DEFAULT 'OKL_SUB_POOL_NOT_ACTIVE';
10: G_SUB_POOL_BALANCE_INVALID CONSTANT fnd_new_messages.message_name%TYPE DEFAULT 'OKL_SUB_POOL_INVALID_BAL';
11: G_SUB_POOL_ASSET_DATES_GAP CONSTANT fnd_new_messages.message_name%TYPE DEFAULT 'OKL_SUB_POOL_ASSET_DATES';
12: -- sjalasut, added global message constants as part of subsidy pools enhancement. END
13: G_PROD_PARAMS_NOT_FOUND CONSTANT VARCHAR2(200) := 'OKL_LLA_PDT_PARAM_NOT_FOUND';
14: G_PROD_NAME_TOKEN CONSTANT VARCHAR2(200) := 'PRODUCT_NAME';

Line 11: G_SUB_POOL_ASSET_DATES_GAP CONSTANT fnd_new_messages.message_name%TYPE DEFAULT 'OKL_SUB_POOL_ASSET_DATES';

7: --rviriyal Bug#5982201
8: -- sjalasut, added global message constants as part of subsidy pools enhancement. START
9: G_SUB_POOL_NOT_ACTIVE CONSTANT fnd_new_messages.message_name%TYPE DEFAULT 'OKL_SUB_POOL_NOT_ACTIVE';
10: G_SUB_POOL_BALANCE_INVALID CONSTANT fnd_new_messages.message_name%TYPE DEFAULT 'OKL_SUB_POOL_INVALID_BAL';
11: G_SUB_POOL_ASSET_DATES_GAP CONSTANT fnd_new_messages.message_name%TYPE DEFAULT 'OKL_SUB_POOL_ASSET_DATES';
12: -- sjalasut, added global message constants as part of subsidy pools enhancement. END
13: G_PROD_PARAMS_NOT_FOUND CONSTANT VARCHAR2(200) := 'OKL_LLA_PDT_PARAM_NOT_FOUND';
14: G_PROD_NAME_TOKEN CONSTANT VARCHAR2(200) := 'PRODUCT_NAME';
15: