DBA Data[Home] [Help]

APPS.PER_RI_LCW_REG_PKG dependencies on FND_TERRITORIES_VL

Line 42: FROM per_ri_setup_sub_tasks psst,fnd_territories_vl ter

38:
39: --To be changed as soon as the issue with table's PK is resolved
40: Cursor chk_sub_task_exists IS
41: SELECT psst.setup_sub_task_sequence
42: FROM per_ri_setup_sub_tasks psst,fnd_territories_vl ter
43: WHERE psst.setup_sub_task_code = p_setup_sub_task_code;
44: -- AND psst.setup_task_code = 'LCW_' || p_workbench_item_code
45: -- AND psst.legislation_code= p_legislation_code;
46: