DBA Data[Home] [Help]

APPS.FND_MANAGER dependencies on FND_CONCURRENT_COMPLEX_RULES

Line 325: from fnd_concurrent_complex_rules

321: if (obj_code = 'C') then
322: begin
323: select complex_rule_id
324: into obj_id
325: from fnd_concurrent_complex_rules
326: where application_id = obj_appl_id
327: and complex_rule_name = obj_name;
328: exception
329: when no_data_found then

Line 1475: from fnd_concurrent_complex_rules

1471:
1472: if (obj_code = 'C') then
1473: select complex_rule_id
1474: into obj_id
1475: from fnd_concurrent_complex_rules
1476: where application_id = obj_appl_id
1477: and complex_rule_name = object_name;
1478: elsif (obj_code = 'O') then
1479: select oracle_id