DBA Data[Home] [Help]

APPS.FEM_INTG_HIER_RULE_ENG_PKG dependencies on FEM_DIM_GROUPS_UTIL_PKG

Line 573: FEM_DIM_GROUPS_UTIL_PKG.create_dim_group

569: p_msg_text => 'v_dim_group_name_seq:' || v_dim_group_name_seq);
570: -- Call API to create new dimension group
571: --dedutta : 5035567 : if check for pv_sequence_enforced_flag
572: IF (pv_sequence_enforced_flag = 'Y') THEN
573: FEM_DIM_GROUPS_UTIL_PKG.create_dim_group
574: (x_return_status => v_API_return_status,
575: x_msg_count => v_msg_count,
576: x_msg_data => v_msg_data,
577: p_encoded => FND_API.G_FALSE,

Line 759: FEM_DIM_GROUPS_UTIL_PKG.create_dim_group

755: p_msg_text => 'v_dim_group_name_seq:' || v_dim_group_name_seq);
756: -- Call API to create new dimension group
757: --dedutta : 5035567 : if check for pv_sequence_enforced_flag
758: IF (pv_sequence_enforced_flag = 'Y') THEN
759: FEM_DIM_GROUPS_UTIL_PKG.create_dim_group
760: (x_return_status => v_API_return_status,
761: x_msg_count => v_msg_count,
762: x_msg_data => v_msg_data,
763: p_encoded => FND_API.G_FALSE,

Line 2500: FEM_DIM_GROUPS_UTIL_PKG.create_dim_group

2496: v_dim_group_name_seq := v_counter*100;
2497: -- Call API to create new dimension group
2498: --dedutta : 5035567 : if check for pv_sequence_enforced_flag
2499: IF (pv_sequence_enforced_flag = 'Y') THEN
2500: FEM_DIM_GROUPS_UTIL_PKG.create_dim_group
2501: (x_return_status => v_API_return_status,
2502: x_msg_count => v_msg_count,
2503: x_msg_data => v_msg_data,
2504: p_encoded => FND_API.G_FALSE,

Line 2784: FEM_DIM_GROUPS_UTIL_PKG.create_dim_group

2780: -- Call API to create new dimension group
2781: -- 14OCT2005 b4652450 removed space afte 100 in call
2782: --dedutta : 5035567 : if check for pv_sequence_enforced_flag
2783: IF (pv_sequence_enforced_flag = 'Y') THEN
2784: FEM_DIM_GROUPS_UTIL_PKG.create_dim_group
2785: (x_return_status => v_API_return_status,
2786: x_msg_count => v_msg_count,
2787: x_msg_data => v_msg_data,
2788: p_encoded => FND_API.G_FALSE,