DBA Data[Home] [Help]

APPS.PAY_COSTING_KFF_UTIL_PKG dependencies on FND_FLEX_KEYVAL

Line 756: v_valid := fnd_flex_keyval.validate_segs (

752: v_nsegments number;
753: --
754: begin
755: --
756: v_valid := fnd_flex_keyval.validate_segs (
757: operation => 'CREATE_COMBINATION'
758: , appl_short_name => 'PAY'
759: , key_flex_code => 'COST'
760: , structure_number => p_cost_id_flex_num

Line 770: p_cost_allocation_keyflex_id := fnd_flex_keyval.combination_id;

766: , user_id => p_user_id);
767: --
768: if v_valid then
769: --
770: p_cost_allocation_keyflex_id := fnd_flex_keyval.combination_id;
771: p_error_segment_num := null;
772: p_error_segment_name := null;
773: p_error_message := null;
774: --

Line 786: p_error_segment_num := fnd_flex_keyval.error_segment;

782: --
783: else
784: --
785: p_cost_allocation_keyflex_id := -1;
786: p_error_segment_num := fnd_flex_keyval.error_segment;
787: p_error_message := fnd_flex_keyval.error_message;
788: --
789: if p_error_segment_num is not null then
790: --

Line 787: p_error_message := fnd_flex_keyval.error_message;

783: else
784: --
785: p_cost_allocation_keyflex_id := -1;
786: p_error_segment_num := fnd_flex_keyval.error_segment;
787: p_error_message := fnd_flex_keyval.error_message;
788: --
789: if p_error_segment_num is not null then
790: --
791: -- Get the name of the error segment