DBA Data[Home] [Help]

APPS.ECX_ACTIONS dependencies on FND_APPLICATION

Line 2164: select count(*) into i_prod_code_cnt from fnd_application where APPLICATION_SHORT_NAME = substr(i_msg, 1, i_len);

2160: i_len := instr(i_msg, '_') - 1;
2161: /* if i_len <= 20 then
2162: ecx_utils.g_cust_msg_code := substr(i_msg, 1, i_len);
2163: end if;*/
2164: select count(*) into i_prod_code_cnt from fnd_application where APPLICATION_SHORT_NAME = substr(i_msg, 1, i_len);
2165: if i_prod_code_cnt = 1 then
2166: ecx_utils.g_cust_msg_code := substr(i_msg, 1, i_len);
2167: end if;
2168: end if;

Line 2282: select count(*) into i_prod_code_cnt from fnd_application where APPLICATION_SHORT_NAME = substr(i_msg, 1, i_len);

2278: i_len := instr(i_msg, '_') - 1;
2279: /* if i_len <= 20 then
2280: ecx_utils.g_cust_msg_code := substr(i_msg, 1, i_len);
2281: end if;*/
2282: select count(*) into i_prod_code_cnt from fnd_application where APPLICATION_SHORT_NAME = substr(i_msg, 1, i_len);
2283: if i_prod_code_cnt = 1 then
2284: ecx_utils.g_cust_msg_code := substr(i_msg, 1, i_len);
2285: end if;
2286: end if;