DBA Data[Home] [Help]

APPS.FLM_MULTIPLE_SUPPLIERS dependencies on FLM_KANBAN_CUSTOM_PKG

Line 147: flm_kanban_custom_pkg.get_default_supplier(p_pull_seq_id => p_pull_seq_id,

143: END IF;
144: log('After validating supplier', 'flm_multiple_suppliers.get_supplier' , l_returnStatus);
145:
146: --get the supplier_id and site_id from custom hook
147: flm_kanban_custom_pkg.get_default_supplier(p_pull_seq_id => p_pull_seq_id,
148: x_supplier_id => x_supplier_id,
149: x_suppier_site_id => x_supplier_site_id,
150: x_retcode => x_retcode,
151: x_err_msg => x_err_msg);