DBA Data[Home] [Help]

APPS.FLM_EKANBAN_PUB dependencies on FLM_KANBAN_TRANSFER

Line 180: FLM_KANBAN_TRANSFER.complete_process(p_kanban_id => l_kanban_card_id,

176: validate_ekanban_profile;
177:
178: l_kanban_card_id := get_kanban_card_id(p_kanban_card_number, p_organization_code);
179:
180: FLM_KANBAN_TRANSFER.complete_process(p_kanban_id => l_kanban_card_id,
181: p_transfer_qty => p_transfer_quantity,
182: p_process_flag => NVL(p_process_flag, 'N'),
183: x_retcode => x_return_status,
184: x_errmsg => x_msg_data);