DBA Data[Home] [Help]

APPS.FLM_KANBAN_PLANNING_UTIL dependencies on FLM_MULTIPLE_SUPPLIERS

Line 1855: FLM_MULTIPLE_SUPPLIERS.multiple_supplier_kanban_cards --Bug#14230963

1851: where pull_sequence_id = l_prod_pull_seq_id
1852: returning source_type into l_source_type;
1853:
1854: if l_source_type = INV_Kanban_PVT.G_Source_Type_Supplier then
1855: FLM_MULTIPLE_SUPPLIERS.multiple_supplier_kanban_cards --Bug#14230963
1856: (p_pull_seq_id => l_prod_pull_seq_id,
1857: x_retcode => l_ret_status,
1858: x_err_msg => l_err_msg);
1859: end if;

Line 2318: FLM_MULTIPLE_SUPPLIERS.multiple_supplier_kanban_cards

2314: returning source_type into l_source_type;
2315:
2316:
2317: if l_source_type = INV_Kanban_PVT.G_Source_Type_Supplier then
2318: FLM_MULTIPLE_SUPPLIERS.multiple_supplier_kanban_cards
2319: (p_pull_seq_id => l_prod_pull_seq_id,
2320: x_retcode => l_ret_status,
2321: x_err_msg => l_err_msg);
2322: end if;