DBA Data[Home] [Help]

APPS.FEM_INTG_HIER_RULE_ENG_PKG dependencies on FND_MESSAGE

Line 2594: raise_application_error(-20001, fnd_message.get);

2590: COMMIT;
2591: FEM_INTG_NEW_DIM_MEMBER_PKG.Detail_Multi_Segment (v_completion_code, v_dim_process_row_cnt, 'HIER_MULTI_SEG');
2592: IF v_completion_code <> 0
2593: THEN
2594: raise_application_error(-20001, fnd_message.get);
2595: END IF;
2596: -- update the hier GT table with the member_ids
2597: v_sql := 'update FEM_INTG_DIM_HIER_GT gt
2598: set gt.parent_id = (select distinct b1.' || fem_intg_new_dim_member_pkg.pv_local_member_col || ' from ' || FEM_INTG_DIM_RULE_ENG_PKG.pv_member_b_table_name || ' b1 ';