DBA Data[Home] [Help]

APPS.FLM_KANBANCARD_PUB dependencies on FLM_MULTIPLE_SUPPLIERS

Line 415: FLM_MULTIPLE_SUPPLIERS.multiple_supplier_kanban_cards( p_pull_seq_id =>l_pull_seq_rec.Pull_Sequence_Id,

411: future_card_size = null,
412: planning_effectivity = null
413: where pull_sequence_id = p_pull_sequence_id;
414: if p_source_type = INV_Kanban_PVT.G_Source_Type_Supplier then
415: FLM_MULTIPLE_SUPPLIERS.multiple_supplier_kanban_cards( p_pull_seq_id =>l_pull_seq_rec.Pull_Sequence_Id,
416: x_retcode =>l_return_status ,
417: x_err_msg => X_ERR_MSG);
418: end if;
419: end if;

Line 447: FLM_MULTIPLE_SUPPLIERS.GET_SUPPLIER(p_pull_seq_id => l_pull_seq_rec.Pull_Sequence_Id,

443: l_supply_status_to := INV_Kanban_PVT.G_Supply_Status_Empty;
444: if nvl(p_verify,'N') = 'N' then
445: if p_source_type = INV_Kanban_PVT.G_Source_Type_Supplier then
446:
447: FLM_MULTIPLE_SUPPLIERS.GET_SUPPLIER(p_pull_seq_id => l_pull_seq_rec.Pull_Sequence_Id,
448: P_ORG_ID => L_PULL_SEQ_REC.ORGANIZATION_ID,
449: p_cardstatus => l_card_status_to,
450: x_supplier_id => l_supplier_id,
451: x_supplier_site_id => l_supplier_site_id,