DBA Data[Home] [Help]

APPS.FLM_EKB_UNMOVED_CARDS dependencies on FLM_KANBAN_CONFIG_PARAMS

Line 119: l_unmoved_table flm_kanban_config_params.flm_unmovecard_table;

115: x_bad_health number;
116: p_org_id number;
117:
118: l_card_id number;
119: l_unmoved_table flm_kanban_config_params.flm_unmovecard_table;
120: l_unmoved_lead_table flm_unmoved_lead_table;
121:
122: x_uc_from_custom flm_kanban_custom_pkg.flm_custom_uc_table;
123: x_uc_setup_from_custom flm_kanban_custom_pkg.flm_custom_uc_setup_table;

Line 178: l_unmoved_table := flm_kanban_config_params.get_unmovedcard_leadtime(p_org_id => p_organization_id);

174: where pull_sequence_id in ( select pull_sequence_id from
175: MTL_KANBAN_PULL_SEQUENCES where ORGANIZATION_ID = p_organization_id );
176:
177: -- l_unmoved_lead_table := flm_unmoved_lead_table;
178: l_unmoved_table := flm_kanban_config_params.get_unmovedcard_leadtime(p_org_id => p_organization_id);
179: if l_unmoved_table.count = 0 then
180:
181: select Organization_code
182: into l_organization_code