DBA Data[Home] [Help]

APPS.OKL_PA_DATA_INTEGRITY dependencies on FND_NEW_MESSAGES

Line 4: G_TOT_RESIDU_INC_MSG CONSTANT fnd_new_messages.message_name%TYPE DEFAULT 'OKL_VN_INCORRECT_RESIDUAL';

1: PACKAGE BODY OKL_PA_DATA_INTEGRITY AS
2: /* $Header: OKLRPAQB.pls 120.11.12010000.2 2009/12/10 19:55:40 gkadarka ship $ */
3:
4: G_TOT_RESIDU_INC_MSG CONSTANT fnd_new_messages.message_name%TYPE DEFAULT 'OKL_VN_INCORRECT_RESIDUAL';
5: G_RESIDU_NOT_POS_MSG CONSTANT fnd_new_messages.message_name%TYPE DEFAULT 'OKL_VN_INCORRECT_PERCENT';
6:
7: -- this function ensures that the sum of residual share percent on the program agreement is 100%
8: -- and is distributed among the parties of the PA

Line 5: G_RESIDU_NOT_POS_MSG CONSTANT fnd_new_messages.message_name%TYPE DEFAULT 'OKL_VN_INCORRECT_PERCENT';

1: PACKAGE BODY OKL_PA_DATA_INTEGRITY AS
2: /* $Header: OKLRPAQB.pls 120.11.12010000.2 2009/12/10 19:55:40 gkadarka ship $ */
3:
4: G_TOT_RESIDU_INC_MSG CONSTANT fnd_new_messages.message_name%TYPE DEFAULT 'OKL_VN_INCORRECT_RESIDUAL';
5: G_RESIDU_NOT_POS_MSG CONSTANT fnd_new_messages.message_name%TYPE DEFAULT 'OKL_VN_INCORRECT_PERCENT';
6:
7: -- this function ensures that the sum of residual share percent on the program agreement is 100%
8: -- and is distributed among the parties of the PA
9: FUNCTION validate_total_residual(p_chr_id okc_k_headers_b.id%TYPE) RETURN VARCHAR2 IS