DBA Data[Home] [Help]

APPS.CN_RULES_DISP_PUB dependencies on CN_API

Line 129: l_when := cn_api.get_lkup_meaning('When','CLS_RULE_EXPRESSION');

125:
126: -- Get the lookup codes
127:
128:
129: l_when := cn_api.get_lkup_meaning('When','CLS_RULE_EXPRESSION');
130: l_is_bet := cn_api.get_lkup_meaning('is_in_bet','CLS_RULE_EXPRESSION');
131: l_is_not_bet := cn_api.get_lkup_meaning('is_not_in_bet','CLS_RULE_EXPRESSION');
132: l_and := cn_api.get_lkup_meaning('and','CLS_RULE_EXPRESSION');
133: l_desc := cn_api.get_lkup_meaning('is_decs_of','CLS_RULE_EXPRESSION');

Line 130: l_is_bet := cn_api.get_lkup_meaning('is_in_bet','CLS_RULE_EXPRESSION');

126: -- Get the lookup codes
127:
128:
129: l_when := cn_api.get_lkup_meaning('When','CLS_RULE_EXPRESSION');
130: l_is_bet := cn_api.get_lkup_meaning('is_in_bet','CLS_RULE_EXPRESSION');
131: l_is_not_bet := cn_api.get_lkup_meaning('is_not_in_bet','CLS_RULE_EXPRESSION');
132: l_and := cn_api.get_lkup_meaning('and','CLS_RULE_EXPRESSION');
133: l_desc := cn_api.get_lkup_meaning('is_decs_of','CLS_RULE_EXPRESSION');
134: l_not_desc := cn_api.get_lkup_meaning('is_not_decs_of','CLS_RULE_EXPRESSION');

Line 131: l_is_not_bet := cn_api.get_lkup_meaning('is_not_in_bet','CLS_RULE_EXPRESSION');

127:
128:
129: l_when := cn_api.get_lkup_meaning('When','CLS_RULE_EXPRESSION');
130: l_is_bet := cn_api.get_lkup_meaning('is_in_bet','CLS_RULE_EXPRESSION');
131: l_is_not_bet := cn_api.get_lkup_meaning('is_not_in_bet','CLS_RULE_EXPRESSION');
132: l_and := cn_api.get_lkup_meaning('and','CLS_RULE_EXPRESSION');
133: l_desc := cn_api.get_lkup_meaning('is_decs_of','CLS_RULE_EXPRESSION');
134: l_not_desc := cn_api.get_lkup_meaning('is_not_decs_of','CLS_RULE_EXPRESSION');
135: l_hier := cn_api.get_lkup_meaning('in_hier','CLS_RULE_EXPRESSION');

Line 132: l_and := cn_api.get_lkup_meaning('and','CLS_RULE_EXPRESSION');

128:
129: l_when := cn_api.get_lkup_meaning('When','CLS_RULE_EXPRESSION');
130: l_is_bet := cn_api.get_lkup_meaning('is_in_bet','CLS_RULE_EXPRESSION');
131: l_is_not_bet := cn_api.get_lkup_meaning('is_not_in_bet','CLS_RULE_EXPRESSION');
132: l_and := cn_api.get_lkup_meaning('and','CLS_RULE_EXPRESSION');
133: l_desc := cn_api.get_lkup_meaning('is_decs_of','CLS_RULE_EXPRESSION');
134: l_not_desc := cn_api.get_lkup_meaning('is_not_decs_of','CLS_RULE_EXPRESSION');
135: l_hier := cn_api.get_lkup_meaning('in_hier','CLS_RULE_EXPRESSION');
136:

Line 133: l_desc := cn_api.get_lkup_meaning('is_decs_of','CLS_RULE_EXPRESSION');

129: l_when := cn_api.get_lkup_meaning('When','CLS_RULE_EXPRESSION');
130: l_is_bet := cn_api.get_lkup_meaning('is_in_bet','CLS_RULE_EXPRESSION');
131: l_is_not_bet := cn_api.get_lkup_meaning('is_not_in_bet','CLS_RULE_EXPRESSION');
132: l_and := cn_api.get_lkup_meaning('and','CLS_RULE_EXPRESSION');
133: l_desc := cn_api.get_lkup_meaning('is_decs_of','CLS_RULE_EXPRESSION');
134: l_not_desc := cn_api.get_lkup_meaning('is_not_decs_of','CLS_RULE_EXPRESSION');
135: l_hier := cn_api.get_lkup_meaning('in_hier','CLS_RULE_EXPRESSION');
136:
137:

Line 134: l_not_desc := cn_api.get_lkup_meaning('is_not_decs_of','CLS_RULE_EXPRESSION');

130: l_is_bet := cn_api.get_lkup_meaning('is_in_bet','CLS_RULE_EXPRESSION');
131: l_is_not_bet := cn_api.get_lkup_meaning('is_not_in_bet','CLS_RULE_EXPRESSION');
132: l_and := cn_api.get_lkup_meaning('and','CLS_RULE_EXPRESSION');
133: l_desc := cn_api.get_lkup_meaning('is_decs_of','CLS_RULE_EXPRESSION');
134: l_not_desc := cn_api.get_lkup_meaning('is_not_decs_of','CLS_RULE_EXPRESSION');
135: l_hier := cn_api.get_lkup_meaning('in_hier','CLS_RULE_EXPRESSION');
136:
137:
138: -- l_when := ' When ';

Line 135: l_hier := cn_api.get_lkup_meaning('in_hier','CLS_RULE_EXPRESSION');

131: l_is_not_bet := cn_api.get_lkup_meaning('is_not_in_bet','CLS_RULE_EXPRESSION');
132: l_and := cn_api.get_lkup_meaning('and','CLS_RULE_EXPRESSION');
133: l_desc := cn_api.get_lkup_meaning('is_decs_of','CLS_RULE_EXPRESSION');
134: l_not_desc := cn_api.get_lkup_meaning('is_not_decs_of','CLS_RULE_EXPRESSION');
135: l_hier := cn_api.get_lkup_meaning('in_hier','CLS_RULE_EXPRESSION');
136:
137:
138: -- l_when := ' When ';
139: -- l_is_bet := ' is between ';