DBA Data[Home] [Help]

APPS.FLM_EKB_HEALTH_STATUS dependencies on FLM_KANBAN_CONFIG_PARAMS

Line 156: l_good_health := flm_kanban_config_params.get_good_inv_health_per( p_org_id => c_ps_activity.organization_id );

152: else
153:
154: /* call for anoop's api to get the good and bad health */
155:
156: l_good_health := flm_kanban_config_params.get_good_inv_health_per( p_org_id => c_ps_activity.organization_id );
157: l_bad_health := flm_kanban_config_params.get_bad_inv_health_per( p_org_id => c_ps_activity.organization_id );
158:
159: -- dbms_output.put_line('Pull sequence ID : '||l_pull_sequence_id);
160: -- dbms_output.put_line('Good health is : '||l_good_health);

Line 157: l_bad_health := flm_kanban_config_params.get_bad_inv_health_per( p_org_id => c_ps_activity.organization_id );

153:
154: /* call for anoop's api to get the good and bad health */
155:
156: l_good_health := flm_kanban_config_params.get_good_inv_health_per( p_org_id => c_ps_activity.organization_id );
157: l_bad_health := flm_kanban_config_params.get_bad_inv_health_per( p_org_id => c_ps_activity.organization_id );
158:
159: -- dbms_output.put_line('Pull sequence ID : '||l_pull_sequence_id);
160: -- dbms_output.put_line('Good health is : '||l_good_health);
161: -- dbms_output.put_line('Bad health is : '||l_bad_health);